Homework #1

 

Ø      Make a Visual Studio .NET program

§         Both Console and Windows App

§         That will display your name in a MessageBox

§         That will take two numbers given as parameters (or in a Text Box), multiply them, and display the result.

§         Make sure to put the actual multiplication in a Class Method separate from Main().

 

Ø      Extra Credit (5 points)

§         Put the actual multiplication in a separate .cs file. Supply a .bat batch script to make the .exe’s.