Page 1 of 1

Which of the following condition is evaluated to False: a. "Vb".ToLower() < "VB" b. "ITCS".subString(0,1) = "I" c. All o

Posted: Fri May 20, 2022 9:46 am
by answerhappygod
Which of the following condition is evaluated to
False:
a.
"Vb".ToLower() < "VB"
b.
"ITCS".subString(0,1) = "I"
c.
All of the Options
d.
"Computer".IndexOf ("M") = -1
Complete the following:
Dim height As
................................
a.
Boolean
b.
String
c.
Double
The following condition is evaluated
to:
"Programmer".indexOf("g") >
"Grammer".indexOf("G")
a.
False
b.
True