Skip to content

Stage 0 Wrap-Up

Congratulations on completing Stage 0! Being able to write the actual code is the foundation of making a robot do anything. By completing Stage 0, you’ve learned the Java that will power anything you could need your robot to do in the future.

Having completed Stage 0, you’ve learned about:

  • Basic Java syntax
  • Doing math and comparing values
  • Classes, objects, interfaces, and breaking your code into different files
  • Various data structures including arrays and lists
  • Different control flows including if statements and loops