Thu 22 Oct, 2009 03:33 pm - which of the following is a valid condition for an If..Then..Else statement
curCost>100 And curCost <=1000
Val[txtAge.Text>65}
Val[1b1Price.Caption}>0 and < 10... (view)
Thu 22 Oct, 2009 03:26 pm - which one of following will prompt user for a city and then correctly assign the user's response to the strCity variable?
1b1Region.Caption= 'strReg1" & "strReg2" or... (view)
Thu 22 Oct, 2009 03:01 pm - Assume the strReg1 variable contains the string "North" and the strReg2 variable contains the string "West". What will display the string "NorthWest" [one word] inthe... (view)
Thu 22 Oct, 2009 02:45 pm - assuming that the strCity variable contains the string AmericanCanyon, and the strState variable contains the string CA. Which will result in the string American Canyon,CA? (view)