Q&A Discussions
i need c++ program does EXAMPLE: If the user entered the #’s: 999, 90,78,82,and 999
the output would be
AVERAGE = 250/3 = 83.3 AVERAGE WITH LOWEST DROPPED = 172/2 = 86.0
AVERAGE WHERE HIGHEST COUNTS TWICE =340/4 = 85.0
NOTE: Validate the input as being a plausible test score and require the user to reenter when not plausible.
1 Vote
7 Answerslist = [1, 2, 3, 4, 6]
0 Votes
1 Answerx = 9; x+= ++x; x - ?
0 Votes
5 AnswersAssignment operators.
0 Votes
3 AnswersHot today
C Programming roadmap
2 Votes
[off-topic]Where is Result??
1 Votes
Messages
1 Votes
Cpp
1 Votes
Adding two numbers
1 Votes