Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Виберіть правильну ініціалізацію одновимірного масиву за допомогою виклику конструктора масиву:
double[] x== {5.5, 6.6, 7.7}
double[] x= {5.5, 6.6, 7.7}
int[] d= new int[5]
int[] d= new 5.5, 6.6, 7.7
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!