Cannot find a class or type named "Type"
in
Programming Questions
•
1 year ago
Inside a class ofcaurse, what do i do wrong?
- enum Type { PARTICIPATED, DONATED }
- Type type;
1