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
Which of the following condition is evaluated to False: a. "Vb".ToLower() < "VB" b. "ITCS".subString(0,1) = "I" c. All o
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am