Suppose your name was Alan Turing. Write a statement that would display your last name, followed by a comma, followed by a space and your first name in a MessageBox.
LANGUAGE: Visual Basic
CHALLENGE:
Suppose your name was Alan Turing. Write a statement that would display your last name, followed by a comma, followed by a space and your first name in a MessageBox.
SOLUTION:
MessageBox.Show("Turing, Alan")