0
Stuck
I've stuck on the last question of The For Loop, can u help me?
1 Answer
- 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
Hot today
Python — File Handling
2 Votes
What’s wrong?
2 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Achievements on Sololearn
1 Votes
How to draw in the console?
0 Votes
Question - Java: Pyramid layers
2 Votes