If This, Then What?
If theColor = “blue” Then
lblSuess.Caption = “blue fish”
lblSuess.Caption = “red fish”
lblSuess.Caption = theNumber & “ “ & “fish”
Take out a piece of paper. Write your name on it.
What does this program put into the label Suess if the variables have the following values:
A. color = false; theColor = “blue”; theNumber = “one”
B. color = true; theColor = “green”; theNumber = “two”
C. color = true; theColor = “blue”; the Number = “three”
(I’ll collect these at the end of class today. These won’t be graded.)