Write a program in java that will prompt for the user for te…
Write a program in java that will prompt for the user for temperature in Celsius, and convert it to Fahrenheit, and display the output. Use the following formula for the conversion: You may use JOptionPane or Scanner.(°F) = (Temperature in degrees Celsius (°C) * 9/5) + 32