C++ keywords: while
Usage
whileloop: as the declaration of the loopdo-whileloop: as the declaration of the terminating condition of the loop
while loop: as the declaration of the loopdo-while loop: as the declaration of the terminating condition of the loop