RosettaCodeData/Task/Loops-While/C++/loops-while-3.cpp
2023-07-01 13:44:08 -04:00

3 lines
40 B
C++

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