Computer Science
State whether the following statement is True or False :
An if-else tests less number of conditions than two successive ifs.
Python Control Flow
4 Likes
Answer
True
Answered By
1 Like
Related Questions
Fill in the blanks:
The break and continue statements, together are called _________ statements.
Fill in the blanks:
In a nested loop, a break statement inside the inner loop, will terminate the _________ loop only.
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 while loop is an exit controlled loop.