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
Basic Computer Science: Question 1 program to input 3 exam scores drop the lowest
Reference No:- TGS02919366

Now Priced at $10 (50% Discount)

Recommended (94%)

Rated (4.6/5)