Question: When the following code executes, what will the message box display? You may assume the code executes without error. string I dayArray - (Monday, Tuesday.
When the following code executes, what will the message box display? You may assume the code executes without error. string I dayArray - ("Monday", "Tuesday". "Wednesday", "Thursday", "Friday"); MessageBox.Show(dayArray[2]); Thursday Monday Friday Wednesday Tuesday
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
