0
Stuck
I've stuck on the last question of The For Loop, can u help me?
1 ответ
- 1
"Fill in the blanks to print EVEN (multiples of 2) values from 0 using a for loop:
for (int x=0 _ x <= ___ x += _ )
{ cout<<_<<endl;
}
I know only what to input after cout