0

What does a float mean/stand for?

Please provide an example!

19th Feb 2017, 4:07 AM
Sarthak Mitter
Sarthak Mitter - avatar
1 Resposta
+ 1
To store the real values for a variable, datatype of that variable is to be declared as float or double. Example: float number = 2.57f
19th Feb 2017, 4:09 AM
Kommoju Sunil Kumar
Kommoju Sunil Kumar - avatar