What is the result? Given the code fragment: What is the result? Given the code fragment: What is the result? A. 1 2 B. 0 1 C. 1 1 D. 2 2 Show Hint ← Previous question Next question →
God Given the code fragment: int a = 0; a++; System.out.printIn(a++); System.out.printIn(a); What is the result? A Reply
Given the code fragment:
int a = 0;
a++;
System.out.printIn(a++);
System.out.printIn(a);
What is the result?
A