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
Read in 10 Choices of Input By User
Read in 10 Choices of Input By User
Feb 20, 2016 at 4:59am UTC
natdomi
(6)
So I'm working on this program that basically serves as a grade book and I have the basics down but now I'm stuck. I can't figure out (for the life of me) how to only read in 10 choices of input by a user.
Feb 20, 2016 at 11:16am UTC
TarikNeaj
(2580)
You need a loop, specifically For-loop -
http://www.tutorialspoint.com/cplusplus/cpp_loop_types.htm
Topic archived. No new replies allowed.