Hippodrome (part 8)

  • 6
  • Locked
Make a loop from 1 to 100 in the run method. This will be our race. In the body of the loop, we'll call move first, then print. To prevent the whole loop from finishing in a split second, add Thread.sleep(200); as well.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet