Question
I need Algorithm and flowchart as per C++ programming You are going to convert temperatures in this program. You will give the user the choice
I need Algorithm and flowchart as per C++ programming
You are going to convert temperatures in this program. You will give the user the choice of converting Fahrenheit to Celsius or Celsius to Fahrenheit. With the correct answer you will also display the number entered. The user should have the option to convert as many temperatures as they want. Use functions and a menu (also a function) and, assume they will convert at least one temperature. When finished upload and submit the zipped project.
the formulas are:
centigrade = (fahrenheit - 32) * 5/9 fahrenheit = centigrade * 9/5 + 32 Trivia: the brains behind:
Anders Celsius, Swedish physicist and astronomer, 1701 - 1744 Gabriel Fahrenheit, German physicist, 1686 - 1736, inventor of the thermometer how did they choose the ranges?
CELSIUS: range of 100 steps, 0 degree Centigrade = freezing point of water, 100 degree Centigrade = boiling point of water
FAHRENHEIT: range of 180 steps, 32 degree Fahrenheit = freezing point of water, 100 degree Fahrenheit = body temperature of a person (not very accurate...), 212 degree Fahrenheit = boiling point of water
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started