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