Question
Write a complete Main method that prints Hello, world to the screen.
I have tried:
MsgBox("Hello, World!")
Console.WriteLine("Hello, world")
MessageBox.Show("Hello, world")
Almost every way that seems correct. Please help me.
I have tried:
MsgBox("Hello, World!")
Console.WriteLine("Hello, world")
MessageBox.Show("Hello, world")
Almost every way that seems correct. Please help me.
Answers
Anonymous
Which specific language/environment are you using? VB?
Gretchen
Yes and it is part of a lab homework assignment on MyProgrammingLab.