In this lab you will create your very own person class. Basically you will have to create everything from scratch. In this repo you should find a BlueJ package inside lab05-person-creator
. Go ahead and fork the repo, clone it to your machine, and open up the PersonCreator
class in BlueJ.
- Name;
- Age;
- Sex;
- Height;
- Weight;
- Social security number;
- Address;
- Phone number;
- Date of birth;