Computer Science
State whether the following statement is True or False :
The while loop is an exit controlled loop.
Python Control Flow
6 Likes
Answer
False
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
An if-else tests less number of conditions than two successive ifs.
State whether the following statement is True or False :
A for loop is termed as a determinable loop.
State whether the following statement is True or False :
The range( ) creates an iterable sequence.
State whether the following statement is True or False :
The for loop can also tests a condition before executing the loop-body.