Given the following code:
What are the values of each element in intArr after this code has executed?
A.
15, 60, 45, 90, 75
B.
15, 90, 45, 90, 75
C.
15, 30, 75, 60, 90
D.
15, 30, 90, 60, 90
E.
15, 4, 45, 60, 90
Given the following code:
What are the values of each element in intArr after this code has executed?
A.
15, 60, 45, 90, 75
B.
15, 90, 45, 90, 75
C.
15, 30, 75, 60, 90
D.
15, 30, 90, 60, 90
E.
15, 4, 45, 60, 90
C correct. tested.
C