0
Whats an Integer?
I'm new and have only coded in simple games
4 Antworten
+ 2
Do the courses in solo learn, everthing is explaining there
+ 1
ok thx
0
An integer, in the context of computer programming, is a data type used to represent real numbers that do not have fractional values.An integer can be positive, negative, or zero. Examples of integers are: -5, 1, 5, 8, 97, and 3,043. Examples of numbers that are not integers are: -1.43, 1 3/4, 3.14, .09, and 5,643.1.