Given the code fragment: Which option represents the state of the num array after
successful completion of the outer loop?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Given the code fragment: Which option represents the state of the num array after
successful completion of the outer loop?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Correct Answer is A – Option A.
A.
Option A
Answer: A
output:
num [[10, 10, 10]]
a