Lesson 14
Learning Goal: Students will be able to use if statements to determine and display the winner of a game.
Learning Objectives
Students will know how to:
Use conditionals to find the winner of a user vs computer game
Use the keyword and to test two conditions at once (compound conditionals)
Update text displayed on stage to display the winner
Today I will…
use if statements, conditionals, to find the winner of a user vs computer game.
use the keyword and to test 2 conditions at once.
display the winner using the text box tool.