Chapter 8: Problem 3
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];
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.