Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 590 Bytes

quiz.md

File metadata and controls

28 lines (14 loc) · 590 Bytes

digi yoyo quiz

Create a counter with a while loop

Name

Directions

Use this activity document to guide your work in the digi yoyo tutorial

Answer the questions while completing the tutorial. Pay attention to the dialogues!

1. Describe what a "while loop" does?


2. Write the code that will create a variable called count and set the variable to 0.


3. Write the code for a while loop that will loop until the variable count equals 4.