C211 Problem Solving and Programming II

C211 Project Phase 3

Due Date: Monday, November 13, 2023.

Ex. 1. Class Distribution

a. Class Structure

As a team, meet and discuss the class distribution in your project: what classes should be part of the project and who should write which class. Edit the readme file in the project repository in GitHub and add this information.

b. File Upload

Individually, each team member should create a stub of their class (a place holder) with some attributes, set and get methods, and one or two constructors. Each class file should have a comment at the top with the project name, the author name, the date, and a short description.

Each method in the file should have a short comment before it specifying what it does. There should be an empty line separating each function from the next one, as well we the top comment of the class from the package line. In each comment, there should be a space between the // or /* and the text itself. The function comments should be aligned with the function header.

Each person should upload their own class to the project repository in GitHub. This should be done by the person responsible for that class and not by the team member who created the repository. It will require all team members to have a GitHub account and to be added as contributors to the repository.

Submission

Submit the link to the project repository to Assignments - Project Phase 2 in Canvas.