After defining integer variables, variables can only accommodate integers, such as 1, 2,3,456, etc. Values containing decimals and strings cannot be saved with integer variables.
The definition of integer variable I can be written as int I =10; Therefore, the value of the variable I is an integer10;