Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions