Sorry for asking a new question so soon. I'm new to programming...
Directions:
Need to create a program that will convert Fahrenheit to Celsius because a European friend doesn't understand Fahrenheit temperatures.
You only need two variables in this program: Fahrenheit and Celsius both of which should be the integer data type. When you convert the Fahrenheit to Celsius you will need to use a floating-point expression doing floating-point calculations for precision. Additionally we want to round up or down the Celsius answer by adding 0.5 to the calculation expression.
I don't get the part in bold. What does he mean by "floating-point expression" for precision?