+ 1
What is mean of integer variable ?
Explain in example well
2 Respostas
+ 4
a variable that only take a number as it's value,
int var; if a character value is assigned to it, it will be converted to its integer value of Ascii
+ 1
integer is a whole number.
variable is a storage for a value.