What is the output of the following loop dim y as integer = 1 do while y <=10 IstReport.Items.Add(" ITCS 121 ") y +=10 L
Posted: Fri May 20, 2022 9:56 am
What is the output of the following loop dim y as integer = 1 do while y <=10 IstReport.Items.Add(" ITCS 121 ") y +=10 Loop O a. ITCS 121 ITCS 121 ITCS 121 O b. ITCS 121 O c. ITCS 121 ITCS 121 ITCS 121
Which code is equivalent to the following loop? dimj as integer = 20 do whilej >-20 j/= 3 Loop O a. dim j as integer = 20 do j=3 Loop untilj <=-20 O b. dim j as integer = 20 do 17= 3 Loop untilj >-20 O c. forj as integer = 20 to -20 step 3 j*=3 Next
Which control should be added to the form to allow the user to calculate his GPA O a. Button O b. Label Oc. Textbox
btnPaint is a proper name of a: O a. TextBox O b. ListBox Oc. button
Which of the following will add an Access Key to btnShow O a. &show O b. @show O c #show
Complete the following: Dim letter As ...... O a. Char O b. Integer OC Boolean
Which code is equivalent to the following loop? dimj as integer = 20 do whilej >-20 j/= 3 Loop O a. dim j as integer = 20 do j=3 Loop untilj <=-20 O b. dim j as integer = 20 do 17= 3 Loop untilj >-20 O c. forj as integer = 20 to -20 step 3 j*=3 Next
Which control should be added to the form to allow the user to calculate his GPA O a. Button O b. Label Oc. Textbox
btnPaint is a proper name of a: O a. TextBox O b. ListBox Oc. button
Which of the following will add an Access Key to btnShow O a. &show O b. @show O c #show
Complete the following: Dim letter As ...... O a. Char O b. Integer OC Boolean