CIS 110 All Assignments CIS 110 All Assignments | Seite 9

• Question 2 Many newer programming languages such as C++, Java, and C# use the bracket notation for arrays. • Question 3 Besides making your code easier to modify, using a named constant makes the code easier to understand. • Question 4 Parallel arrays must contain the same data type. • Question 5 If values in your program have a direct relationship, you probably don’t need parallel arrays. • Question 6 Every array has a(n) ____ size. • Question 7