0
can u please explain the integers for me
I did not understand the apps explanation
3 Answers
+ 2
Integers are whole numbers that have no decimal point.
Ex.
5 is an integer.
5.0 is a float.
+ 1
x = 5
this is an integer
x= 0.6
is a float
0
thanks