True/False
The control variable in a flag-controlled while loop is a bool variable.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Consider the following code.(Assume that all variables
Q13: A loop that continues to execute endlessly
Q14: Which of the following loops does not
Q15: In a counter-controlled while loop, the loop
Q16: What executes immediately after a continue statement
Q18: Assume that all variables are properly declared.The
Q19: What is the output of the following
Q20: What is the next Fibonacci number in
Q21: The _ statement is typically used for
Q22: Which of the following statements generates a