Asked by Gretchen

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.

Answers

Answered by Anonymous
Which specific language/environment are you using? VB?
Answered by Gretchen
Yes and it is part of a lab homework assignment on MyProgrammingLab.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions