What is the output for the below code ? public class Test{public static void main(String[] args){int i = 010; int j = 07;System.out.println(i); System.out.println(j); } } ?

A. 7 8
B. 8 7
C. 9 8
D. None

Leave a Reply

Your email address will not be published. Required fields are marked *