Write the output of the following Java code:
for(int i=0; i<=20;i++)
{ double arr[i]=Math.pow(i,3);}
Write the values of
(i) arr[0], (ii) arr[2], (iii) arr[9]
Class X,
Answers
Answered by
0
Answer:
its simple arr[0]
Explanation:
Similar questions