Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Де правильно створено масив?
int[] arr = new int [2] {2,5};
[2] {2,
5};
int arr[] = {2, 5};
int[] arr = new Array [2, 5];
int arr = [2, 5];
int arr = {2, 5};
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!