📜  int a=08 java代码示例

📅  最后修改于: 2022-03-11 14:52:34.398000             🧑  作者: Mango

代码示例1
/*In Java, if you are defining an int with a leading '0' denotes that you
are defining a number in Octal. int a = 08 is giving out of range error
]because there is no any number '8' in Octal. Octal provides 0-7 numbers only.*/