Celsius to Fahrenheit: Write a program that converts Celsius temperatures to Fahrenheit temperatures. The formula or algebraic equation is F = ?? / ?? * C  +  32, where F is the Fahrenheit temperature, and C is the Celsius temperature.  Input: temperature in Celsius Output: as shown below Topic: arithmetic expressions, cin, cout, integer division Note: Please notice that the input is an integer but the output contains decimal numbers with one decimal place.

icon
Related questions
Question

Celsius to Fahrenheit: Write a program that converts Celsius temperatures to Fahrenheit temperatures. The formula or algebraic equation is F = ?? / ?? * C  +  32, where F is the Fahrenheit temperature, and C is the Celsius temperature. 

Input: temperature in Celsius

Output: as shown below

Topic: arithmetic expressions, cin, cout, integer division

Note: Please notice that the input is an integer but the output contains decimal numbers with one decimal place.

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.