+ 1
Whar does float mean or do??
3 RĂ©ponses
+ 13
However, you need to put the word f after the value. For instance, 3.44f
+ 4
If you are talking about data type float than
Float is integer with floating point.
In simple words , 3.14 is float number.
Hope this helpsâșïžâșïž.
+ 1
Float carries number as well as decimal values.
And same as double also but it has more storage value than float.