Multiple Choice
Case 1 - Tony’s Pizza & Pasta
The restaurant uses an application to update and display menu items and the related price information.
-You have decided the Daily "Chef's Specials" need to be stored in a two-dimensional array rather than two parallel one-dimensional arrays.Which of the following statements will declare the array as a procedure-level array named strDailySpecial? The number of rows is based on the number of days in the week,and Sunday remains the first element for the days of the week.
A) Dim strDailySpecial(6, 1) As String
B) Dim strDailySpecial(7, 2) As String
C) Dim strDailySpecial(1, 6) As String
D) Dim strDailySpecial(2, 7) As String
Correct Answer:

Verified
Correct Answer:
Verified
Q50: Write the statement that assigns the length
Q51: A simple variable is unrelated to any
Q52: Based on the code below,intScores(1,1)is initialized to
Q53: To refer to the element located in
Q54: An array's _ method returns an integer
Q55: To arrange the elements in an array
Q56: Explain the difference between a simple variable
Q57: Before you can use an array,you first
Q59: You do not need to specify the
Q60: Describe two advantages to using arrays to