Total members 10249 | Gratitudes |It is currently Thu May 17, 2012 7:56 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 3 posts ] 
Author Question
 Question subject: do while loop and for loop C++ example help.
PostPosted: Sat Apr 09, 2011 1:31 am 
Offline
Newbie
User avatar

Joined: Fri Apr 08, 2011 2:20 am
Posts: 6
Has thanked: 5 time
Have thanks: 0 time

Code:

int x
=5

do{

      print(
"%d\n",x);
      
x--;
}while(
x>=1)
 





Code:

int m
=0i;
for(
i=1;i<=7;i+=3){
     
m=m+i;
     print(
"m=%d\n",m);



TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: do while loop and for loop C++ example help.
PostPosted: Sat Apr 09, 2011 4:31 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2272
Location: Earth
Has thanked: 39 time
Have thanks: 61 time
For code snippet :do-while loop prints :
5
4
3
2
1

Second example prints :
1
4
11

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )



For this message the author msi_333 has received gratitude : sakorian
TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: do while loop and for loop C++ example help.
PostPosted: Tue Sep 13, 2011 2:49 am 
Offline
Newbie
User avatar

Joined: Tue Sep 13, 2011 2:39 am
Posts: 2
Has thanked: 0 time
Have thanks: 0 time
lol Shouldn't give him the answers looks like homework to me should give him tips. Pretty close to the same questions i had on my last weeks programming homework.


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 3 posts ] 
Quick reply


  

 Similar topics
 Why will my loop does not work
 Need help with code for a while loop program
 java loop at end of code ... soooo close i hope
 While loop
 I NEED SOME HELP IN THE FOR LOOP PLZ .. IAM JUST A BEGINNER
 for statement loop indefinitely
 Need help with a loop
 C++ While loop
 foreach to loop through an associative array
 Using include() Within a Loop

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 2 guests



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team