×
Aug 23, 2013 · while - loop •Loops through a block of code while a specified condition is true. while - loops Syntax o while (condition) { code to be executed; }.
People also ask