Loops & Conditionals

Complete this assessment with 100% score to master this chapter.

01Which operator is a concise alternative to a simple if-else statement for assigning values?

02Why were floating-point types (float/double) historically not allowed in traditional switch statements?

03What does 'Short-Circuiting' mean in a logical AND (&&) operation?

04Which loop guarantees that its code block will execute at least once?

05In a Switch Expression, what symbol acts as the 'default' or catch-all case?