COP4226, Extra Credit 1

Due Friday, September 13 (not late until 6 am 9/14)

Use a text editor (not Visual Studio) to create a c# source file that meets the following requirements. Compile and run the file from the Visual Studio command prompt.

Add a class to the c# file that extends the Form class.

Add a class to the c# file that has a main method. The Main method in a c# program can be overloaded with a String[] args parameter. This argument contains the command line arguments.

Compiling and Running

To compile and run the program, open the command line window that can be accessed from the Visual Studio Tools folder.

Compile the c# file with the cs compiler.

Run the command with several different command line arguments. Also run it with no command line arguments.

Submitting the Assignment

Upload your c# file to me using the upload program on my class page:
Submitting Homework Online.