Consider this code:
int x = 17; int y = 013; System.out.println(\"x+y = \" + x + y);
When I run this code I get the output 1711. Can anybod
everyone mentioned 0 makes the number octal. I just want to add that 0x makes it hexadecimal
0
0x