0
Find error?
for (i=0;i <10;i++);{ cout <<i<<endl; }
3 Réponses
+ 1
You separate with ; (semi-colon), not , (commas)
You also have a semi-colon that shouldn't be there.
0
after closing "for" arguments there is a semI- colon (;) its illegal
0
There's a semicolon after for instead after i++.what man? its basic.