• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
0

for loop problem

Find the output of below program:- int main() { int i = 0, x = 0; do { if(i % 5 == 0) { cout<<x; x++; } ++i; }while(i<10); cout<<x; return 0; }

c++loops
5th Jun 2020, 3:47 AM
Sandip Das
Sandip Das - avatar
3 Answers
+ 1
Sandip Das this code works https://code.sololearn.com/cQ4GU8A1MjWY/?ref=app
5th Jun 2020, 3:52 AM
BroFar
BroFar - avatar
0
012
5th Jun 2020, 2:06 PM
Naveed
Naveed - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Is anyone else experiencing this Sololearn issue?
0 Votes
Best language?
0 Votes
How do I keep myself motivated in coding
0 Votes
solo learn program issue - iPhone?
1 Votes
Anyone have song names? Comment your favorites here for a project im working on
0 Votes
Bro can you fix yt error?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
Sql practice
0 Votes
I want to know how to make an Payment App like what I need to learn I need some guidance
0 Votes
Bug in Completing AI Practice
0 Votes