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

QUESTION

Need Assistance with Coding

Create the following program which converts Fahrenheit to Celsius. Your program must have the following functions:

a) Read integer Fahrenheit temperatures from the user. You need to check whether the input is the correct one or not. If the user enters the incorrect number, ask it again.

b) Use the formula: Celsius = (Fahrenheit ± 32) * 5.0 / 9.0

  • The output Celsius should be a floating point with two digits of precision.
  • The Celsius temperatures should be displayed with a sign of positive or negative.
  • The program should ask the user to continue or not. If the user wants to do the conversion again, use repetitive statements such as DO WHILE, FOR, or IF THEN ELSE to do the conversion again.
  • Add comments to explain the functions of the program.
  • Code the following display at the end of your program:

System.out.println(“HELLO INSTRUCTOR yourInstructor’sLastName, THIS IS THE INF231 FINAL ASSIGNMENT FOR: yourname”);

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question