Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this lab you will write a small program that uses stream input and output and control structures to create a program that will convert

image text in transcribed
image text in transcribed
In this lab you will write a small program that uses stream input and output and control structures to create a program that will convert temperature reading from degrees Celsius to degrees Fahrenheit and from degrees Fahrenheit to degrees Celsius. Your program should request a temperature as a single character (c for Celsius or f for Fahrenheit) indicating what units the entered temperature is in. The program should then calculate the temperature in the opposite units and display as in the screen shot below. If you do not know the formula to convert a temperature reading from Celsius to Fahrenheit or Fahrenheit to Celsius simply look up the conversion formulas on Google. Below is a screen shot on how I would like you program to run and display the output. sh-3.2$ ./TempConv Enter a temperature: 55 Enter c 1f temperature is in Celsius or f 1f temperature is in Fahrenheit: A temperature of 55 degrees Fahrenheit is 12.7778 degrees Celsius. sh-3.2$ ./TempConv Enter a temperature: 31 Enter cif temperature is in Celsius or 1 if temperature is in Fahrenheit: A temperature of 31 degrees Celsius is 87.8 degrees Fahrenheit. sh-3.25 1 In this lab you will write a small program that uses stream input and output and control structures to create a program that will convert temperature reading from degrees Celsius to degrees Fahrenheit and from degrees Fahrenheit to degrees Celsius. Your program should request a temperature as a single character (c for Celsius or f for Fahrenheit) indicating what units the entered temperature is in. The program should then calculate the temperature in the opposite units and display as in the screen shot below. If you do not know the formula to convert a temperature reading from Celsius to Fahrenheit or Fahrenheit to Celsius simply look up the conversion formulas on Google. Below is a screen shot on how I would like you program to run and display the output. Sh-3.2$ ./TempConv Enter a temperature: 55 Enter cif temperature is in Celsius or fif temperature is in Fahrenheitir A temperature of 55 degrees Fahrenheit is 12.7778 degrees Celsius. sh-3.2$ ./TempCony Enter a temperaturer 31 Enter cif temperature is in Celsius or fif temperature is in Fahrenheit: c A temperature of 31 degrees Celsius 15 87.0 degrees Fahrenheit. Sh-3.2$ When you have completed your lab upload a copy of your source file and associated make file to canvas by the due date and time

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