The while statement
The while statement is one way of allowing us to execute program statements a certain number of times. This is useful for cutting down on the amount of code u need to write. Its use is to control the execution of code given a test. Unlike the if statement the while statement
Posted by Borg434 37 months ago in java, while, programming & if. Continue reading »