Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
I Want To Use A For Loop To Enter Three Answers From Three Questions But My Problem Is I Don't Have An Idea Coz I'm New To This C++ Language Please Help? THE LOOP STARTS TO COUNT FROM 100
A Basic For Loop would be like :
for(i=0;i<n;i++)
{
cout<<"I am new to c++"<<"\n";
}
Now it would be better if you explain your question a bit more clearly.
Loop Starts to count from 100 ? Up or Down ?
You want to enter 3 answers for 3 questions. So why would you need to count from 100 anyways ?
Regards
MiniGWeek
minigweek
Junior Poster in Training
68 posts since May 2007
Reputation Points: 97
Solved Threads: 5
HEY!
U posted "a survey program" thread too...
its the same problem!!! Keep one thread for one problem.
minigweek
Junior Poster in Training
68 posts since May 2007
Reputation Points: 97
Solved Threads: 5