CSCN71020 - Assignment 2
Check eConestoga for due date.
Overview
This assignment should be done individually. Do your own work and do not share
your work with others. Sharing work is an academic offense and is subject to
penalty. Be aware that source code and documents are automatically checked by
eConestoga against every other student’s work in the course. Academic offenses
will be reported to the College Registrar. Screenshots must be from plastic
bezel to plastic bezel (horizontally and vertically) and should be 1080p
in size (1920x1080). Screenshots must be legible, properly inserted into
your submitted document and must have Windows time/date stamp on
the lower right-hand side, set properly, in order to be accepted.
You are to create a series of tests for a C application that allows a user to work with
and modify a rectangle. You will use GitHub as source control for this assignment.
Specification
1. Setup GitHub and Visual Studio
Download the CSCN71020 A2.zip solution archive from eConestoga. Log into
your GitHub.com account and create a repository for the base code.
Open Visual Studio 2022. In the Get Started window, select Clone a reposi-
tory.
For the Repository Location, use the URL just created in your personal
GitHub account.
NOTE: If you need help performing the above tasks, refer to the
instructions in Assignment #1.
You should be able to run the application now. Play around with it to see
how it operates. The requirements of this program state:
• It only needs to remember one rectangle at a time
• Rectangle dimensions are to be measured using integers
• Both the length and width of the rectangle is to be limited to the range
of values 1 to 99, inclusive.
1
Check eConestoga for due date.
Overview
This assignment should be done individually. Do your own work and do not share
your work with others. Sharing work is an academic offense and is subject to
penalty. Be aware that source code and documents are automatically checked by
eConestoga against every other student’s work in the course. Academic offenses
will be reported to the College Registrar. Screenshots must be from plastic
bezel to plastic bezel (horizontally and vertically) and should be 1080p
in size (1920x1080). Screenshots must be legible, properly inserted into
your submitted document and must have Windows time/date stamp on
the lower right-hand side, set properly, in order to be accepted.
You are to create a series of tests for a C application that allows a user to work with
and modify a rectangle. You will use GitHub as source control for this assignment.
Specification
1. Setup GitHub and Visual Studio
Download the CSCN71020 A2.zip solution archive from eConestoga. Log into
your GitHub.com account and create a repository for the base code.
Open Visual Studio 2022. In the Get Started window, select Clone a reposi-
tory.
For the Repository Location, use the URL just created in your personal
GitHub account.
NOTE: If you need help performing the above tasks, refer to the
instructions in Assignment #1.
You should be able to run the application now. Play around with it to see
how it operates. The requirements of this program state:
• It only needs to remember one rectangle at a time
• Rectangle dimensions are to be measured using integers
• Both the length and width of the rectangle is to be limited to the range
of values 1 to 99, inclusive.
1