Description
In this course, you will :
- Learn the fundamentals of coding by guiding a simulated robot through a maze.
- Able to use variables, Java commands known as methods, generate random numbers, and use coding constructs such as loops to instruct the computer to solve repetitive tasks.
Syllabus :
- Robots and code
- Building the labyrinth: variables and objects
- Wanderer: random numbers
- Loopy wanderer: loops