Multiple Choice
The ____________, __________ and ____________ are the only three forms of control necessary.
A) switch, if, else.
B) sequence, selection, iteration.
C) break, continue, if…else.
D) for, while, do…while.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following for headers produces
Q5: Float and double variables should be used:<br>A)
Q6: Which of the following is false?<br>A) The
Q7: An example of a unary operator is:<br>A)
Q8: Which of the following is false?<br>A) break
Q10: Which of the following is not one
Q11: Variables are also known as:<br>A) lvalues, but
Q12: In a switch statement:<br>A) A break is
Q13: Consider the following code, assuming that x
Q14: Consider the execution of the following for