Create array declarations for the following problem


Problem

1. 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.

2. Explain the difference between the .NET Hashtable and Dictionary classes.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create array declarations for the following problem
Reference No:- TGS02645497

Expected delivery within 24 Hours