π» Unit 3 Project: Interactive Pet
Overview
π₯ PROJECT SETUP & SUBMISSION INSTRUCTIONS
- Go to the
CS2 Unit 3 Project
assignment on Blackbaud and follow the provided GitHub Classroom link.π Clicking the link generates a private repository for your project with the appropriate starter code. Note that projects are stored within the BWL-CS Organization, so you cannot access it from the βYour Repositoriesβ page!
- Open the repository in a Codespace whenever you spend time working on the program, in class or at home.
β οΈ Always remember to
commit changes
after every coding session! - When your project is complete, submit the link to your repository in the
CS2 Unit 3 Project
assignment on Blackbaud.
In this project, you will practice defining and working with Java classes by creating an interactive Pet
class. Youβll demonstrate their understanding of instance variables, constructors, getter and setter methods, the toString method, and behavior methods.
Part A:
1. Section
- Steps