Font size
WorksheetsLoops Review
Total questions: 13
Worksheet time: 1hrs 14mins
What is the value of mystery after the execution of the loop?
mystery = 0
mystery = 6
mystery = 5
mystery = 10
myster = 15
What is the value of mystery after the execution of the loop?
mystery = 0
mystery = 10
mystery = 11
mystery = 45
myster = 55
After the execution of the code what will the value of mystery be?
mystery = 16
mystery = 4
mystery = 8
mystery = 32
mystery = 2
Write what the value of mystery will be after the execution of the program.
mystery = 180
mystery = 0
mystery = 3
mystery = 36
mystery = 360
Write what the value of mystery will be after the execution of the program.
mystery = 10
mystery = 0
mystery = 2
mystery = 20
mystery = -20
What will be printed to the screen after the execution of the program.
0
25
34567
01234
45678
Trace what is printing to the screen
What prints to the screen?
What prints to the screen?
Describe what prints to the screen from this program code? Where does it start? Where does it end? What will the print out look like?
What prints to the screen?
Write a FOR LOOP that prints the multiples of 10 between 10 and 100.
You can type your response, or write the Code in BlueJ and attach a picture of your code.
Write a WHILE LOOP that uses prompts to accept user input, and prints their input to the screen until the user types "stop copying me".
You can type your response, or write the Code in BlueJ and attach a picture of your code.
