- 1

Fill in the blanks to print EVEN (multiples of 2) values from 0 to 20 using a for loop:

Every time I enter the number 20 it gives me an error message can any one help ?

10th Dec 2020, 4:22 AM
Walaa Alajamy
Walaa Alajamy - avatar
3 odpowiedzi
+ 1
Where is the code?
10th Dec 2020, 4:32 AM
Shadoff
Shadoff - avatar
+ 1
Show us the code then only we can help
10th Dec 2020, 4:40 AM
Piyush
Piyush - avatar
0
Fill in the blanks to print EVEN (multiples of 2) values from 0 to 20 using a for loop sololearn for(int x=0;x <=_____;x += 2) { cout<<x<<endl; }
6th Feb 2021, 4:55 AM
ashvin vanol
ashvin vanol - avatar