Write a temperature conversion Java program called FarheheitToCentigrade.java.
Set a variable called tempFarenheit = 98.6.
Calculate the Centigrade temp (tempCelcius) by using the formula Centigrade = 5/9 (Fahrenheit -32)
Output:
Centigrade equivalent: 37.0