The int keyword is used to declare an integer type variable.
int var [= iniExpression];
The var here must be an legal variable name.
It is used in an variable declaration.
Declare an integer type variable.
@2020-2022 Hao Wu. All rights reserved. Last update: January 29, 2022