0
for (int x = 0 x <= x += ) { cout << << endl; }
Fill in the blanks to print EVEN (multiples of 2) values from 0 to 20 using a for loop:
4 Answers
+ 4
;
20;
2
+ 2
answer ;
1 . ;
2. 20;
3. 2
0
- 1
You are facing the same problem as me you are filling the blacks with ; and 20 and 2 and x but its not working, Im pretty sure that this is the programmers problem because they did not know their mistake here.