TECHNOLOGEPH

A Computer Science Curriculum for Kids




Lesson 7: Boolean Expressions and Conditionals




Plugged Activites


  1. Create a guessing game. Pick a random number from one to ten. Have a player choose a number, if it's correct, they win. If not, play again. Use variables to store the random number. And the ask and wait function, as well as conditional if else statement.