Which is valid declaration of a float? Float f = 1f; float f = 1.0; float f = "1"; float f = 1.0d;?
Answers
Answered by
0
Answer:
float f=1.0;
The predefined data types does not include capital letters.
also You cant assign variables or characters to floating point data types.
Hope it helps..
Regards;
Leukonov/Olegion
Similar questions
History,
6 months ago
Political Science,
6 months ago
English,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago