In the following Visual Basic code, what will be in msg, if str contains "ik"?
Dim str as StringDim msg as StringIf str.toUpper="IK" msg="Hi"Else msg="Bye"EndIf
Dim str as StringDim msg as StringIf str.toUpper="IK" msg="Hi"Else msg="Bye"EndIfIn the following Visual Basic code, what will be in msg, if str contains "ik"?
Dim str as StringDim msg as StringIf str.toUpper="IK" msg="Hi"Else msg="Bye"EndIf Correct Answer Hi
মোঃ আরিফুল ইসলাম
Feb 20, 2025