Monday, February 3, 2014

Section 3.2: Strings




41098:  Assume that message is a String variable.  Write a message to display its value in a MessageBox.

MessageBox.Show(message)

41099:  Assume that word is a String variable.  Write a statement to display the message "Today's Word-Of-The_Day is: " followed by the value of word in a MessageBox.

MessageBox.Show("Today's Word-Of-The-Day is: " + word)

2 comments:

  1. Are there any more fundamental study materials for VisBasic available that break each assignment that a VisBas student might face in class and that explain them as each is built?

    Thanks

    ReplyDelete