Homecpp courseWHILE LOOP IN C++ WHILE LOOP IN C++ SAIROSHNI While LoopThe while loop loops through a block of code as long as a specified condition is true.Syntax:while(condition){//code to be executed} Tags cpp course Newer Older