What is mean of integer variable ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is mean of integer variable ?

Explain in example well

9th Jun 2019, 8:21 PM
Nav
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
9th Jun 2019, 8:33 PM
āœ³AsterisKāœ³
āœ³AsterisKāœ³ - avatar
+ 1
integer is a whole number. variable is a storage for a value.
9th Jun 2019, 8:50 PM
Seb TheS
Seb TheS - avatar