Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
Need Help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Victor Bazarov, post: 1523212"] A 'while' loop is probably a better choice. Or even a 'do-while' one. Essentially, the program has to ask the user to enter something. If it is a number it should increment the counter (initially set to 0) and ask again. If what was entered is not a number, it should display the number of numbers entered (the counter) and exit. Victor [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Need Help
Top