Computer Science, asked by priyanshujha1982, 8 days ago

define the use of while statement with the help of example and flowchart​

Answers

Answered by sushanthpola980
0

Answer:

Double click on the While symbol to provide the Boolean expression in the While properties window. For each iteration the Boolean expression is evaluated. If it expression evaluates to True, the loop statements are executed. This repetition continues until the Boolean expression evaluates to False.

Similar questions