Question: Visual Basic what is the final value of the str 1 variable after the following statement executed in the image? jadara irbid welcome you jadara


Visual Basic
what is the final value of the str 1 variable after the following statement executed in the image? jadara irbid welcome you jadara jordan welcome you jadara university Dim stri as string "jadara" if stri.length > 10 then stri = stri & "irbid" else if stri.length > 2 then stri &= "jordan" else stri &= "university" enf if stri = strl + "welcome" enf if
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
