Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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)

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. The program then clears the screen after capturing the user choice and prompt the user to enter the desired temperature value. 2. 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 F9/5C)+32 F = 9/s (K-273) + 32 C- 5/9 F-32) KC+273 CK-273 - K 5/9 (CF-32) 273 The program should decide if the temperature entered is hot, moderate or cold based on the following ranges: 5. 1. temperature 50 Cold 2. 50 temperature 75 Moderate 3. 75

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2017 Skopje Macedonia September 18 22 2017 Proceedings Part 3 Lnai 10536

Authors: Yasemin Altun ,Kamalika Das ,Taneli Mielikainen ,Donato Malerba ,Jerzy Stefanowski ,Jesse Read ,Marinka Zitnik ,Michelangelo Ceci ,Saso Dzeroski

1st Edition

3319712721, 978-3319712727

More Books

Students also viewed these Databases questions