Computer Science, asked by rajendratigga380, 4 months ago

Give a statement to store a number 10.0 in a variable a of float type​

Answers

Answered by adityasharma09
0

Answer:

float a;

a = 10.0;

ur welcome

Answered by andhadhun
1

Answer:

float a=10.0f;

this is the answer

Similar questions