Question: Visual Basic What is in sString at the end of this code: Dim sString as String Dim iIndex as Integer = 10 sString =Unknown Select
Visual Basic
What is in sString at the end of this code:
Dim sString as String Dim iIndex as Integer = 10
sString ="Unknown" Select Case iIndex Case Is < 4 sString = "Small" Case Is < 1 sString = "Large" Case Else sString = "Huge" End Select
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
