+ 1
What is a float??
5 Réponses
+ 12
hibaboom 11 years of what? Programming experience?
Or you mean you are 11 years old? 👀
+ 10
Thanks to Google! THIS might help you 👇 https://goo.gl/search/what+is+float+in+data+type
Integers and Floats - Processing.org Integers Floats.
Integers and floats are two different kinds of numerical data. An integer (more commonly called an int) is a number without a decimal point. A float is a floating-point number, which means it is a number that has a decimal place. Floats are used when more precision is needed.
+ 1
floats are numbers with . in it eg 3.6, 7.9 etc, great age to be starting programming 👍👍
0
Thank u i have 11 years
0
Float is a numeric data type with decimal value, i.e: 2.5, 345.25 etc.
If you define any integer value(45) in float data type then result will be 45.0