Question: 1 point 1. How many times will the value in intY be displayed in the following code segment? For intx-1 To 20 For intY 1
1 point 1. How many times will the value in intY be displayed in the following code segment? For intx-1 To 20 For intY 1 To 30 MessageBox.Show (intY.ToString)) Next Next 2. What values will the following code segment add to the 1stNumbers list box? 7 points For intX to 2 1 stNumbers.Items.Add (intX) For intY1 To 2 i Numbers emsAdin) Next Next IstNumbers.Items.Add (intX + intY) 3. Convert the following pretest Do While loop to a posttest Do While loop. If a line of code is not needed in the rewrite, state that it is to be removed in the space provided 3 points intX- Do While intX>0 strinput-Inputbox("Enter a number") intX-cint(strinput) strinput InputBox("Enter a number") intX = Cint(strInput) Loop 4. Convert the following Do While loop to a For Next loop 3 points intCount -0 Do While intCount
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
