Question: Q1. A/Choose the correct answer from the following code private sub form_click O for i = 1 to 10 step 0.5 print i Next i
Q1. A/Choose the correct answer from the following code private sub form_click O for i = 1 to 10 step 0.5 print i Next i End * sub (0.5,1.5,2,2.5,3 .....10) O (1.1.5, 2, 2.5,3 .10 ) Q1.B/ Choose the correct answer which is * considered an Msg box sentence (please close info", VB information, "Erro") O --("please enter number, read") O Q1.C / Answer true or false when converting mathematical code to programming code X-3y+2 + 10X = (X + 10 )/(X+30) math code X-3*y+2+ 10* X = *(X+10)/(X +30 ) programming code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
