Multiple Choice
Case 1 - Tony’s Pizza & Pasta
The restaurant uses an application to update and display menu items and the related price information.
-Daily "Chef's Specials" are stored using two one-dimensional parallel arrays.The days of the week are stored in the strDays array,with Sunday as the first element.The daily special for each day is stored in a parallel array named strSpecial.Which of the following statements assigns Friday's special,which is rigatoni,to the appropriate element?
A) strSpecial(6) = rigatoni
B) strSpecial(5) = rigatoni
C) strSpecial(6) = "rigatoni"
D) strSpecial(5) = "rigatoni"
Correct Answer:

Verified
Correct Answer:
Verified
Q1: An array is defined as follows: <br>Dim
Q2: Write the statement to declare a four-element
Q3: The following array is declared and initialized:<br>Dim
Q4: If the array's data type is Integer,each
Q5: Based on the code below,intScores(3,1)is initialized to
Q7: The strRoom and strRate arrays are parallel
Q8: Case 1 - Tony’s Pizza & Pasta<br>The
Q9: The syntax _ assigns either the value
Q10: Consider the following array: =<br>Dim numbers(,) As
Q11: Write the statement to declare a twelve-row,two-column