Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Console Welcome to the Temperature Converter Enter degrees in Fahrenheit: 212 Degrees in Celsius:

I need help with creat ing an application that converts temperature values from Fahrenheit to Celsius.

Console

Welcome to the Temperature Converter

Enter degrees in Fahrenheit: 212

Degrees in Celsius: 100

Continue? (y/n): y

Enter degrees in Fahrenheit: 32

Degrees in Celsius: 0

Continue? (y/n): y

Enter degrees in Fahrenheit: 77.5

Degrees in Celsius: 25.28

Continue? (y/n): n

Specifications

·       The formula for converting temperatures from Fahrenheit to Celsius is:

c = (f-32) * 5/9

·       The application should accept decimal entries like 77.5.

·       The application should format the Celsius temperature to allow for up to 2 decimal places.

·       Assume that the user will enter valid data.

·       The application should continue only if the user enters "y" or "Y" to continue.

Welcome to the temperature converterEnter degree in Fahrenheit32Degree in celsius8 . 80continue ? ( y / n )Enter degree in Fahrenheit77. 5Degree in celsius25:28continue ? ( y / n )Thank you
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question