Computer Science, asked by samratjyotighosh90, 11 months ago

explan while endwhile loop with an example ​

Answers

Answered by rkaushik86
0

Answer:

When the End While statement is reached, control is returned to the While statement, which evaluates condition again. If condition is still True, the process is repeated. If condition is False, the program resumes with the statement following End While. The loop in Listing 3.5 prompts the user for numeric data.

Explanation:

hope it's helpful for you and mark as the brainliest answer please

Similar questions