Solved

Case 1 - Tony’s Pizza & Pasta

Question 29

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions