Lab#1 Building a Rectangle Class Due: 8/27
   
You are provided with an object oriented program that utilizes an intelligent agent (a Class) and several methods to accomplish its tasks. Your assignment is to make the following modifications:

1. Use this tutorial to properly start up C# and start typing in your program (c_sharp.php).

2. Use this C# program as a starting point.
3. Add the method "Perimeter": which will calulate the perimeter of the rectangle.
4. Add the method "Diaginal": which will find the diaginal of the rectangle.

line

Please turn in your assignment by using the Assignment Turn-in at tinyRealm.com BBS.
Your  zipped up program folder should be turned in here. **** Do not email it to me. ****

It is probably stored in your computer in something like:
C:\Documents and Settings\Edwin\My Documents\Visual Studio 2008\Projects\lab1_efa

*** If you don't already have an account, you'll need to register for the tinyRealm BBS.

Just post a "Reply" to the lab assignment message and upload your assignment (by "Attaching" a file to your reply message). You should attach your entire project zipped up in "zip" or "rar" format. ***
If you don't have winzip or winrar, get them at tinyRealm.com
They are available from the pull-down menu's (Useful downloads)(Archive...).

Naming convention: class_lab#_YourInitials.format

mine would look like: cisc2330_l1_efa.zip