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)
vbasic strings
ReplyDeleteAre 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?
ReplyDeleteThanks