Question: What is the output of this code sequence? (Be exact in your answer with spacing) int [ ] a = {12,48,65}; for (int i=0; i
- What is the output of this code sequence? (Be exact in your answer with spacing)
int [ ] a = {12,48,65};
for (int i=0; i System.out.println(a[ +i+] = + a[i]);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
