Multiple Choice
Case 1 - Tony’s Pizza & Pasta
The restaurant uses an application to update and display menu items and the related price information.
-Which of the following statements assigns the daily special of lasagna to Tuesday?
A) strDailySpecial(3, 2) = lasagna
B) strDailySpecial(3, 2) = "Tuesday"
C) strDailySpecial(2, 1) = "lasagna"
D) strDailySpecial(3, 2) = "lasagna"
Correct Answer:

Verified
Correct Answer:
Verified
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
Q6: Case 1 - Tony’s Pizza & Pasta<br>The
Q7: The strRoom and strRate arrays are parallel
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
Q12: The data used to initialize the elements
Q13: A(n)_ is a group of variables that