What's up with the string-array parameter of Main ()
?
args
Main ()
methodExcellent work! The args
array contains the arguments that we pass when we start a program.
Almost, almost! The args
array contains the arguments that we pass when we start a program.