If the test condition of a while loop with else evaluates to false for the very first time what will happen?
Answer:
In such a case, the statements inside the while loop will not be executed and control will move to the else statement.
Very Short Answer Type Questions (1 Mark each)
Last updated at April 16, 2024 by Teachoo
Answer:
In such a case, the statements inside the while loop will not be executed and control will move to the else statement.