Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ANSWER IN C++ Write a complete program that converts a user input number in the 0 to 100 grade scale to the 0.0 to 4.0

ANSWER IN C++

image text in transcribed

Write a complete program that converts a user input number in the 0 to 100 grade scale to the 0.0 to 4.0 grade scale. a) Minimum input value is 60, maximum is 100. b) All whole numbers must display as decimals. For example, 0 as 0.0 and 3 as 3.0, use cout precision. Some example values: 70 = 1.0, 89 = 2.9, 63 = 0.3, 96 = 3.6.

3. Write a complete program that converts a user input number in the 0 to 100 grade scale to the 0.0 to 4.0 grade scale. a) Minimum input value is 60, maximum is 100. b) All whole numbers must display as decimals. For example, O as 0.0 and 3 as 3.0, use cout precision. Some example values: 70 = 1.0, 89 = 2.9, 63 = 0.3, 96 = 3.6. User input can be any content and it's bold and italicized for clarity. Example Output i GRADE CONVERTER Input grade (60-100): 85 Converted grade (0.0 to 4.0): 2.5 Example Output 2 GRADE CONVERTER Input grade (60-100): 94.65 Converted grade (0.0 to 4.0): 3.5

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Database Marketing The New Profit Frontier

Authors: Ed Burnett

1st Edition

0964535629, 978-0964535626

More Books

Students also viewed these Databases questions

Question

1. Design an effective socialization program for employees.

Answered: 1 week ago