Question: Case-Based Critical Thinking Questions Case 1: Tony's Pizza & Pasta Tony's Pizza & Pasta restaurant uses an application to update and display menu items and
Case-Based Critical Thinking Questions Case 1: Tony's Pizza & Pasta Tony's Pizza & Pasta restaurant uses an application to update and display menu items and the related price information. Which block of code will process its loop body for each element in the strToppings array, which contains 14 elements with subscripts of o through 13? Dim intSub As Integer Dim intHigh Sub As Integer = strToppings. GetUpper Bound (0) Do While intSub >= intHighSub a. Message Box.Show (str Toppings (intSub)) int Sub +-1 Loop Dim int Sub As Integer Dim intHighSub As Integer = strToppings. GetUpper Bound (0) b. For intHigh Sub = 0 To intSub MessageBox.Show (str Toppings (intHighSub)) Next intHighSub Dim int Sub As Integer Dim intHigh Sub As Integer = strToppings. GetUpper Bound (0) Do While intSub <= intHighSub C. Message Box.Show (strToppings (intSub)) int Sub += 1 Loop Dim intHigh Sub As Integer = strToppings. GetUpper Bound (0) d. For intSub As Integer = 1 To intHigh Sub MessageBox.Show (str Toppings (intSub)) Next intSub
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
