Identify error(s), if any, in the following array declarations. If a statement is incorrect, provide the correct statement.
a. double weights[100];
b. int age[0..80];
c. string students[101];
d. int100 list[];
e. double[50] salaries;
f. const double LENGTH = 30.00;
double list[LENGTH];
g. const int SIZE = 100;
int list[SIZE - 1];
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.