Which of these statements are true about the Main () method?

It needs to be in a classIt's the entry point of a programIt can take command-line argumentsIt always returns a string-type value

Nice! 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.