Question 1 program to input 3 exam scores drop the lowest


QUESTION 1: Program to input 3 exam scores, drop the lowest score, and output the average of the remaining 2 scores.

Question 2: program to input two integers from the user, and output every other integer in that range, inclusive. For example, if the inputs are 10 and 20, then your program should output:

10, 12, 14, 16, 18, 20

If the inputs are 11 and 20, then your program should output:

11, 13, 15, 17, 19

Solution Preview :

Prepared by a verified Expert
Business Management: Question 1 program to input 3 exam scores drop the lowest
Reference No:- TGS02921817

Now Priced at $10 (50% Discount)

Recommended (95%)

Rated (4.7/5)