Computer Science, asked by nandaashis41, 4 months ago

Q63. What will be printed as the output of the following program?
public class testincr
public static void main(String args[])
{
int i = 0
System.out.println("1 = " +1);
}
6
(A) 1 = 0
O (B) 1 = 1
O(C) = 2
(D) = 3​

Answers

Answered by Anonymous
8

(D) = 3 Is the Correct Answer.

Similar questions