public class Test {
public static void main(String[] args) {
int i = 010;
int j = 07;
System.out.println(i);
System.out.println(j);
}
}
Answers
Answered by
2
Answer:
don't know bro this question
Similar questions