Question: Write a Java program that prompts the user to input a variable that represents the sky condition, which could be sunny, snowy, cloudy, or rainy
Write a Java program that prompts the user to input a variable that represents the sky condition, which could be sunny, snowy, cloudy, or rainy and then the temperature in Fahrenheit. Your program should then convert the Fahrenheit temperature to Celsius using the formula: C = 5/9(F 32) And output the resulting Celsius temperature. Use the Scanner input methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
