Write a statement that displays Hello, world to a message box.
LANGUAGE: Visual Basic
CHALLENGE:
Write a statement that displays Hello, world to a message box.
SOLUTION:
MessageBox.Show("Hello, world")
Write a statement that displays Hello, world to a message box.
MessageBox.Show("Hello, world")