Answer :
i=5
J=6
if i>j then
msgbox i
elseif i msgbox j else msgbox “nothing” end if for i=5 to 10 step 2 msgbox i next do while i<15 msgbox i i=i+3 loop mycase=”GITAM” SELECTCASE mycase case “abcd” msgbox “abcd” case mycase msgbox mycase case else msgbox “wrong” end select