What is mean of integer variable ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is mean of integer variable ?

Explain in example well

9th Jun 2019, 8:21 PM
Nav
2 Answers
+ 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