Thread
:
Simple Question
View Single Post
03-10-2005, 04:38 AM
#
3
(
permalink
)
Valmont
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Very well done. Let's see...
1) Try it without:
Code:
int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countF = 0;
2) Remove the "if" statement.
3) Try this then:
Code:
while (cin>>score)
__________________
Valmont
View Public Profile
Find More Posts by Valmont