Q&A Discussions
Php/Sql lowest price server
0 Votes
2 Answersi 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 Votes
7 AnswersWrite a C++ program that allows a person to keep entering test scores. When the user enters the stop code, 3 averages (not including the stop code) will display to the nearest 10th.
The averages will be the REGULAR AVERAGE, AVERAGE WITH LOWEST DROPPED and AVERAGE WHERE HIGHEST COUNTS TWICE. (Please label all output accordingly).
0 Votes
1 AnswersHot today
What's wrong? :(
1 Votes
Why won't my image display
0 Votes
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
2 Votes
How the answer is 50?
0 Votes
Number of Ones ( C++ ) question!
1 Votes