Trace and document every step of execution of the following program:
public class Trace {
public static void main(String[] args) { int[] num = {1, 3, 6, 9, 12 };
for (int i = 4; i >= 0; i--) { num[i] +=1; } num[0] *=num[4]; } }
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here