Answer:
float temperature = 98.6; //declaration and initialization of the variable
Explanation:
In the programming language, there are two types of data types for the decimal number that is float and double.
So, we have to print one decimal value, that's why we use float data type.