{
}
d. No, foreach is used for read only access.
29. Create array declarations for the following problem specifications.
a. string [ , ] stateName = new string[5,3] {{“Miami”, “Jacksonville”, “Orlando”},
{“Knoxville”, “Nashville”,
b. string [, ] name = new string [10, 2];
c. bool [, ] examKey = new bool[5, 15];