(Convert Celsius to Fahrenheit) Write a program that reads a Celsius degree from the console and converts it to Fahrenheit and displays the result. The formula for the conversion is as follows: Enter a degree in Celsius: 43 | 43 Celsius is 109.4 Fahrenheit

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter12: Points, Classes, Virtual Functions And Abstract Classes
Section: Chapter Questions
Problem 18SA
icon
Related questions
Question
(Convert Celsius to Fahrenheit) Write a program that reads a Celsius degree from
the console and converts it to Fahrenheit and displays the result. The formula for
the conversion is as follows:
Enter a degree in Celsius: 43 |
43 Celsius is 109.4 Fahrenheit
Transcribed Image Text:(Convert Celsius to Fahrenheit) Write a program that reads a Celsius degree from the console and converts it to Fahrenheit and displays the result. The formula for the conversion is as follows: Enter a degree in Celsius: 43 | 43 Celsius is 109.4 Fahrenheit
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer