The equal sign and the expression giving the initialvalue are in fact optional in a variable declaration.
等号和表达式给出的初始值在变量声明时实际上是可选的。
2
The requirement for data declaration vary among different programming languages but can include such values such variable name , data type , initialvalue , and size specifications, etc.