Java SE 8 Programmer 1Z0–808 Practice Full Test 1

© examsiri.com
Question : 38 of 84
 
Marks: +1, -0
Given the following code:
int[] intArr = {15, 30, 45, 60, 75};
intArr[2] = intArr[4];
intArr[4] = 90;
Go to Question: