Create array declarations for the following problem specifications. a. An array to hold the name of the

Question:

Create array declarations for the following problem specifications.

a. An array to hold the name of the largest 3 cities for 5 states. Initialize with the 5 states closest to your campus.

b. A single array to hold the names of 10 people. You should be able to reference each person’s first name without having to use string manipulation methods to split the data apart.

c. A single array to store keys for five exams each consisting of 15 true/

false questions.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: