Question
Using C++ programming using cin,cout , If, else statements only. Write a program that converts an input grade from 60 to 100 and outputs a
Using C++ programming using cin,cout , If, else statements only.
Write a program that converts an input grade from 60 to 100 and outputs a converted grade from 0.0 to 4.0. a. Minimum input value is 60, maximum is 100. b. All whole numbers must display as decimals. (0 displays as 0.0 and 3 as 3.0) The solution requires that you create a simple mathematical expression that converts the input value into the output value. The program should appear as follows Grade Converter ---------------
Input grade (60-100):
85 Converted grade (0.0 to 4.0): 2.5 Some example values are (70 = 1.0, 89 = 2.9, 63 = 0.3, 96 = 3.6).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started