Computer Science, asked by sachdevlavina, 10 months ago

Declare a variable to store 1009.87.

Answers

Answered by sumanggmu
4

Answer:

double d=1009.87;

Explanation:

As the number is a floating point number we can use the double data type

Similar questions