Write an If clause that will determine if the strColor variable contains either the string "red" or the string "blue".

What will be an ideal response?


If strColor = "red" OrElse strColor = "blue" Then

Computer Science & Information Technology

You might also like to view...

A local variable lets you store a value within a(n) ____ for later use.

A. parameter B. method C. argument D. property

Computer Science & Information Technology

Files saved as JPEG images have the file extension ____.

A. .jpe B. .jp C. .peg D. .jpg

Computer Science & Information Technology

With most computers, the operating system is sold separately.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

After applying a set of OS patches, a systems administrator finds that, on reboot, a server hangs with a blinking cursor after the system POST. Which of the following should the administrator do FIRST?

A. Attempt to reload the master boot record B. Replace the boot drive, and reinstall the OS C. Restore the server from backup D. Clone the boot drive to another hard drive

Computer Science & Information Technology