Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ 3. Write a complete program that converts a user input number in the 60 to 100 grade scale to the 0.0 to 4.0 grade

C++

image text in transcribed

3. Write a complete program that converts a user input number in the 60 to 100 grade scale to the 0.0 to 4.0 grade scale. a) Minimum input value is 60, maximum is 100. b) Validate the input data. c) All numbers must be displayed as one decimal place as the result. For example, 0 = 0.0, 70 = 1.0, 89 = 2.9, 63 = 0.3, 96 = 3.6. Example output (User input can be any content) C. PE_gradeConvert Grade Converter Input grade (60-100): 0 Invalid grade. Please re-enter. Input grade (60-100): 101 Invalid grade. Please re-enter. Input grade

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_2

Step: 3

blur-text-image_3

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

SQL Server T-SQL Recipes

Authors: David Dye, Jason Brimhall

4th Edition

1484200616, 9781484200612

More Books

Students also viewed these Databases questions

Question

How do modern Dashboards differ from earlier implementations?

Answered: 1 week ago