Your program must do the following:
The subject of the email should be "CMSC104 Project
3". This must be an exact match for the TA to be able to filter
the mail and put your work in the correct folder! Write your name, last
four digits of your social security number and your section number in the
body of the email. Please follow all this instructions
and
make sure that you have met them before sending
the email. Don't send a copy to me.
Enter length:
0
Sorry, the length must not be zero, one or negative!
Enter the length again:
3
Enter width: -1
Sorry, the width must not be zero, one or negative!
Enter the width again:
5
Length of the rectangle : 3
Width of the rectangle : 5
Area of the rectangle : 15
Perimeter of the rectangle : 16
*****
* *
*****
Enter length:
3
Enter width :
5
Length of the rectangle : 3
Width of the rectangle : 5
Area of the rectangle : 15
Perimeter of the rectangle : 16
*****
* *
*****
/* ** Filename: proj3.c ** Name: Your name ** SSAN: Last four digits of your SSN ** Date: Date of submission ** Course: CMSC-104 Section XXX ** Description: (Your psuedocode goes here. Must be detailed) ** Notes: (As needed, such has how to compile) */