Question: how do i do this in c++ Develop a program to convert Celsius temperatures to Fahrenheit temperatures based upon values entered by a user. Present
Develop a program to convert Celsius temperatures to Fahrenheit temperatures based upon values entered by a user. Present temperatures in a table. Use your Spring Break Lab Design for your code. Make sure you set the lower limit and upper limit const variables for the lower limit -40 and set the upper limit to 100. The following formula to convert 0.0 Celsius temperatures to 32.0 Fahrenheit temperatures should help you to figure out how to do the conversion for any given Celsius temperature (0"C 9/5)+32 -32F The expected text for the prompts should be as shown below, noting that the actual numbers displayed as part of the prompts are dependent on the user input and how your code works - as indicated in square brackets - Please enter a starting Celsius temperature greater then -40 and less then 100: Please enter an ending Celsius temperature greater then [value depends on user input) and less then [value based on your code]: Please enter a step size (> [value based on your code] and [value based on input) for generating your temperature conversion table: ACTIVITY 4.21.1. Lab: Temperature Conversion 0/12 main.cpp Load default template Program to print out a celsius to Fahrenheit table based on user input values * Author: YOUR NAME HERE include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
