Write a java application that takes an integer Celsius temperature as input
and converts it to its Fahrenheit equivalent.

The formula is
Fahrenheit = 9/5 Celsius + 32

*You will need to prompt...