0
What is int
3 Respostas
+ 4
Matthew Smith
Int, short for "integer," is a fundamental
variable type built into the compiler and used to define numeric variables holding whole number.
https://www.thoughtco.com/definition-of-int-958297
+ 1
Integer
Example
2 3 4 6 100 10000
0
-1 -2 -3
0
thx