a. Write a Java class (program) that reads from the user the temperature in degrees Celsius as a real number. Then calculates and prints the equivalent temperature in degrees Fahrenheit (rounded to 1 decimal place).
b. Give the exact output of your program. Provide a snapshot representing the exact output of any value from your choice.
Hint:
Fahrenheit=(9/5) * (Celsius) + 32
The snapshot is of the netbeans