Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Cum accesăm al treilea element din int[] arr = {5, 10, 15, 20};?
int[] arr = {5, 10, 15, 20};
arr.get(2)
arr[2]
arr[1]
arr[3]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!