Question: Just answers thank u D | Question 1 Ref- ry 1 pts -Which of the following correctly declares an array of real numbers (assume that
Just answers thank u
D | Question 1 Ref- ry 1 pts -Which of the following correctly declares an array of real numbers (assume that ARRAYSIZE is a valid constant)? O doublell taxRates new double(ARRAYSIZE: O double[] taxRates - double[ARRAYSIZE]; taxRates new double[ARRAYSIZE] D Question 2 1 pts - Which statement declares an array called myList that will contain five real numbers given the following constant declaration. const int ARRAYSIZE 5 O doublell myList - new double(ARRAYSIZE) myList - new double(ARRAYSIZEJ
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
