+ 2
What Is float
need ans
2 odpowiedzi
+ 5
A "floating point number" is one that has decimals such as:
"5.9"
"2375.58953"
"0.00000674"
and even "4.0" (which as an integer would simply be "4")
0
any integer becomes float if u put a point and its at least up to one decimal place....
like...
23.0...
7.9
7.000
etc..
actually integers are a subset to float..