Floting point variables. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Floting point variables.

what is the descripton of floating point variable?

23rd Jun 2017, 3:57 PM
Abhi DG
Abhi DG - avatar
1 Antwort
+ 2
It's a variable that contains a number with a decimal point. If I recall, it's accurate up to 6 decimal places, at that point you'll want to use something like double.
23rd Jun 2017, 3:59 PM
AgentSmith