An octal literal represents a number in the code. In an octal literal, one or more zeros (0) precede a whole number. Decimal or hexadecimal literals should be used instead of octal literals.
To correct this error
-
Remove the leading zeros from the number if the number is a decimal number.
-
Convert the octal number to a decimal or hexadecimal number.