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

3 lines
38 B
C++

for (init; cond; update)
statement;