0
Enum Problem
How can i access the Data in the Enums? I want to read the Orders like "DOWN" out of a file and then print the coordinates out. https://code.sololearn.com/cA34A9a1a191
1 Odpowiedź
+ 1
The program is incomplete.
Program class with the main entrypoint and PositionVector class are missing.
I imagine you can do also as...
Direction.DOWN.vector. .....