Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please use Java, Thank you.3-1 Write a program that converts a temperature from Fahrenheit to Celsius. It should do the following: 1. Prompt the user

Please use Java, Thank you.3-1
image text in transcribed
Write a program that converts a temperature from Fahrenheit to Celsius. It should do the following: 1. Prompt the user for input 2. Read a double value from the keyboard 3. Calculate the result. Here is the formula: C=(F32)5/9 4. Format the output to one decimal place. Your prompt to the user to enter the temperature in Celsius must be: Enter the Fahrenheit Temperature as a decimal: Your output must be of the format: fabrenheit temperature F= celsiustemperature C A sample run with input 75.2 must look like: Enter the temperature in degrees celsius: 75.2 75.2F=24.0C A sample run with input 7.5 must look like: Enter the temperature in degrees celsius: 7.5 7.5F=13.6C Hint1: Be careful not to use integer division! Here is the formula again: C=(F32)5/9 Hint2: Remember to use printf to format the output. Please make sure to end each line of output with a newline. Please note that your class should be named FahrenheitToCelsius

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Manga Guide To Databases

Authors: Mana Takahashi, Shoko Azuma, Co Ltd Trend

1st Edition

1593271905, 978-1593271909

More Books

Students also viewed these Databases questions