C++ keywords: while
From cppreference.com
                    
                                        
                    
                    
                                                            
                    [edit] Usage
-   whileloop: as the declaration of the loop
-   do-whileloop: as the declaration of the terminating condition of the loop


