RosettaCodeData/Task/Loops-While/C++/loops-while-3.cpp

4 lines
40 B
C++

for(init; cond; update){
statement;
}