To search for a period (.) in a string called strTest, call method

a) String.Search( strTest, "." )
b)String.IndexOf( strTest, "." )
c) strTest.IndexOf( "." )
d) strTest.Search( "." )

c) strTest.IndexOf( "." )

Computer Science & Information Technology

You might also like to view...

Which of the following failures can cause a system to have a very dim display only visible when you shine a flashlight on-screen?

a. Inverter failure b. RAM failure c. Incorrect display input d. CPU failure

Computer Science & Information Technology

What are the six phases of view modeling?

What will be an ideal response?

Computer Science & Information Technology