Case-Based Critical Thinking Questions 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
Q44: How do the elements in parallel one-dimensional
Q47: The following array is declared and initialized:
Dim
Q48: Write the statement to declare a procedure-level
Q49: Write the statement to declare a seven-element
Q50: Case-Based Critical Thinking Questions Case 1 -
Q51: Write the statement to declare a five-element
Q52: Write the statement that assigns the string
Q54: Problems - Correcting Logic and Code Errors
Q58: Write the statement to declare a four-element
Q60: The following array is declared and initialized:
Dim
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents