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 Answers






