cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Repetition help
Page 2
Repetition help
Pages:
1
2
Nov 18, 2014 at 12:42am UTC
wildblue
(1505)
You ask the user for the number they want to start at (num1) and end at (num2). You store that info in variables. You can use that info in the for loop. You want to start at num1 - that's not necessarily 1 which is where you're starting now.
Last edited on
Nov 18, 2014 at 12:42am UTC
Nov 18, 2014 at 1:44am UTC
Blue22
(26)
I got it. Thanks for the help everyone :)
Nov 18, 2014 at 1:46am UTC
wildblue
(1505)
Congrats :) Glad you got it working.
Topic archived. No new replies allowed.
Pages:
1
2