IS 2033 Quiz 3 | Questions with 100% Correct
Answers | Verified | Latest Update 2026
Save
Terms in this set (17)
The switch statement is a ... 1. performs one of many different actions
depending upon the value of an expression.
2. multiple-selection statement
Various control statements in Java transfer of control
enable you to specify that the next
statement to execute is not
necessarily the next one in
sequence. This is called ________________.
If the increment operator is ____________ prefixed
to a variable, first the variable is
incremented by 1, then its new value
is used in the expression.
To get a quotient that is double when cast
you divide two integers, you must
______ the numerator or the
denominator.
A program can test multiple cases true
with nested if...else statements
Answers | Verified | Latest Update 2026
Save
Terms in this set (17)
The switch statement is a ... 1. performs one of many different actions
depending upon the value of an expression.
2. multiple-selection statement
Various control statements in Java transfer of control
enable you to specify that the next
statement to execute is not
necessarily the next one in
sequence. This is called ________________.
If the increment operator is ____________ prefixed
to a variable, first the variable is
incremented by 1, then its new value
is used in the expression.
To get a quotient that is double when cast
you divide two integers, you must
______ the numerator or the
denominator.
A program can test multiple cases true
with nested if...else statements