Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
Each case in a switch should end with what keyword?
Switch-Case
Break
Allow a block of code to be executed anywhere in a program
A parameter
infinite loop
for(int x = 0; x (less than) size; x++)
Nesting
The return keyword
Which of these following is defined as placing loops inside of loops?
Switch-Case
Break
Allow a block of code to be executed anywhere in a program
A parameter
infinite loop
for(int x = 0; x (less than) size; x++)
Nesting
The return keyword
Any method which has a return type that is not void must use:
Switch-Case
Break
Allow a block of code to be executed anywhere in a program
A parameter
infinite loop
for(int x = 0; x (less than) size; x++)
Nesting
The return keyword
Methods:
Switch-Case
Break
Allow a block of code to be executed anywhere in a program
A parameter
infinite loop
for(int x = 0; x (less than) size; x++)
Nesting
The return keyword
A loop that never ends is called a(n):
Switch-Case
Break
Allow a block of code to be executed anywhere in a program
A parameter
infinite loop
for(int x = 0; x (less than) size; x++)
Nesting
The return keyword
A value that a method asks for when it is being called is:
Switch-Case
Break
Allow a block of code to be executed anywhere in a program
A parameter
infinite loop
for(int x = 0; x (less than) size; x++)
Nesting
The return keyword
A pair of keywords that allows for a multiple-way selection are:
Switch-Case
Break
Allow a block of code to be executed anywhere in a program
A parameter
infinite loop
for(int x = 0; x (less than) size; x++)
Nesting
The return keyword
Which of the following is correct?
Switch-Case
Break
Allow a block of code to be executed anywhere in a program
A parameter
infinite loop
for(int x = 0; x (less than) size; x++)
Nesting
The return keyword
Check it!