Which of these statements are true about the Main ()
method?
string
-type valueNice! Because Main ()
is the entry point of a program, it can take command-line arguments. Everything, including Main ()
needs to be in a class.
Whoops! Because Main ()
is the entry point of a program, it can take command-line arguments. Everything, including Main ()
needs to be in a class.