cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
help with simple prog
help with simple prog
Mar 1, 2012 at 5:36pm UTC
floppityflop
(1)
how do i add the number input by the user
to the sum.
do
{
cout<< "Enter a grade, or -1 to stop: ";
cin >> grade;
}
while( grade != -1);
Last edited on
Mar 1, 2012 at 5:47pm UTC
Mar 1, 2012 at 5:39pm UTC
ciphermagi
(807)
Do your own homework, or at least make an attempt at it.
http://www.cplusplus.com/forum/beginner/1/#msg6680
Thank you for playing.
Topic archived. No new replies allowed.