PROBLEM 5: Using if-else /Nested if-else if structure, write a complete program a.) that will determine which among the 3 numbers entered from the keyboard is the largest and which is the smallest....


PROBLEM 5: Using if-else /Nested if-else if structure, write a complete program<br>a.) that will determine which among the 3 numbers entered from the keyboard is the<br>largest and which is the smallest.<br>b.) that will also determine and print the final grade equivalent of the average grade<br>entered from the keyboard. The equivalent grade will be based on the Table of<br>Transmutation of Grades shown below:<br>Average<br>Final Grade<br>Below 50<br>5.0<br>Sample Input/Output:<br>50 to 60<br>3.0<br>Enter 3 numbers: 5 8 3<br>Largest = 8<br>Enter the Average Grade: 75<br>61 to 80<br>2.0<br>Smallest = 3<br>81 to 90<br>1.5<br>91 to 100<br>1.0<br>Final Grade = 2.0<br>(Note : Use only one program file )<br>

Extracted text: PROBLEM 5: Using if-else /Nested if-else if structure, write a complete program a.) that will determine which among the 3 numbers entered from the keyboard is the largest and which is the smallest. b.) that will also determine and print the final grade equivalent of the average grade entered from the keyboard. The equivalent grade will be based on the Table of Transmutation of Grades shown below: Average Final Grade Below 50 5.0 Sample Input/Output: 50 to 60 3.0 Enter 3 numbers: 5 8 3 Largest = 8 Enter the Average Grade: 75 61 to 80 2.0 Smallest = 3 81 to 90 1.5 91 to 100 1.0 Final Grade = 2.0 (Note : Use only one program file )

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here