Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please include a simple code to be able to understand. Add COMMENTS please. THANKS Draw a flow chart that describes the flow of each exercise.

Please include a simple code to be able to understand. Add COMMENTS please. THANKS

image text in transcribed

Draw a flow chart that describes the flow of each exercise. Manually write the programs related to the lab exercises by hand (pencil and paper) and review it to get a sense of assurance that your program works, then. Start your visual studio creating a new empty project space and take the code from paper to the screen using the C++ template we discussed in class. Write a C++ program: 1. Prompts the user to choose the type of conversion desired using a menu with options. 2. The program then clears the screen after capturing the user choice and prompt the user to enter the desired temperature value. 3. The screen clears at this point and the program prompt the user for the desired temperature to convert. 4. Screen must be cleared again and a table like output displaying the temperature in all the units. Conversion formulas: Celsius to Fahrenheit Kelvin to Fahrenheit Fahrenheit to Celsius Celsius to Kelvin Kelvin to Celsius Fahrenheit to Kelvin F = 9/5 (C) + 32 F = 9/5 (K-273) + 32 C = 5/9 (F-32) K=C + 273 C=K-273 K= 5/9 (F-32) + 273 5. The program should decide if the temperature entered is hot, moderate or cold based on the following ranges: 1. temperature

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

Data Management Databases And Organizations

Authors: Watson Watson

5th Edition

0471715360, 978-0471715368

More Books

Students also viewed these Databases questions

Question

What is meant by Career Planning and development ?

Answered: 1 week ago

Question

What are Fringe Benefits ? List out some.

Answered: 1 week ago