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
Homework help
Homework help
Oct 1, 2016 at 11:31pm UTC
jumpingzeus
(1)
Remind yourself of how to write the most basic repetitive function of all, one that takes two parameters, A and B, and just prints all the numbers from A to B inclusive.
Is this a void function that they are asking for?
Oct 2, 2016 at 2:42am UTC
chicofeo
(640)
Welcome to the forum, now, in case you haven't found the answer on your textbook. Take a look at the tutorial:
http://www.cplusplus.com/doc/tutorial/functions/
Oct 2, 2016 at 10:05pm UTC
Handy Andy
(5051)
Hello jumpingzeus,
It could be as simple as a for loop. It would depend an what you consider a function?
Andy
Topic archived. No new replies allowed.