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