Monday, October 3, 2016

what is a while loop?

In most computer programming languages, a while loop is a control flow statement that allows code to be executed repeatedly based on a given boolean condition. The while loop can be thought of as a repeating if statement.

No comments:

Post a Comment