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 declares a class-level one-dimensional array named strToppings that stores the 14 available pizza toppings?
A) Dim strToppings(13) As String
B) Private strToppings(13) As String
C) Dim strToppings(14) As String
D) Private strToppings(14) As String
Correct Answer:

Verified
Correct Answer:
Verified
Q24: When an array is sorted in descending
Q25: The statement _ assigns the string "Paris"
Q26: The following sample of code contains errors.
Q27: Write the statements to traverse the strCategory
Q28: How do the elements in parallel one-dimensional
Q30: If a one-dimensional array contains five elements,its
Q31: The following statement will declare an array.What
Q32: Write the statement to declare a six-element
Q33: When a run time error occurs,the computer
Q34: Based on the code below,intScores(3,0)is initialized to