Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Level 0 - Module 1

Recipes for Level 0 - Module 1 students.

Contains: RobotInSpace.java, SecretMessageBox.java, TheRiddler.java, XGeeks.java

At the end of this module, students will be able to:

  • Use an if/else statement to control program flow
  • Create and initialize int variables
  • Use a for loop to repeat blocks of code
  • Use int variables in simple math statements
  • Know where curly brackets {} are required in a simple program
  • Draw simple graphics using Processing