Multiple Choice
Consider the following code selections. Assume count is initialized to 7 and num is initialized to 0.
I. ii)
Do
{ while ( count < 6 )
Num = count; num = count;
} while ( count < 6 )
What will the value of num be for i) and ii) respectively after the loops have been executed
A) 0, 0
B) 0, 7
C) 7, 0
D) 7, 7
Correct Answer:

Verified
Correct Answer:
Verified
Q5: What would the browser display if it
Q6: Which of the following will not evaluate
Q7: What would the browser display if the
Q8: What is the value of num after
Q9: What would the browser display if it
Q11: In a switch statement, the _ case
Q12: What would the browser display if it
Q13: Switch statements contain _ labels.<br>A) select<br>B) if...else<br>C)
Q14: Which of the following will not evaluate
Q15: What is the value of num after