We're almost done with the Hippodrome class.
Add a call to run() at the end of the main method.
Hint:
The run() method is not static, so you can only call it on an object.
But where do you get the object?
Hint 2:
game.run();
Hippodrome (part 11)
- 6
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet