trevinkr / DayCare

0 stars 0 forks source link

Determine Child Category #1

Open trevinkr opened 6 years ago

trevinkr commented 6 years ago

Determine child category (infant, toddler, older) given birth date

trevinkr commented 6 years ago

Completed by creating the getChildMonths() and setType() methods. Child category is based on how many months old the child is. Types are listed below: -Infant (0 - 18 months) -Toddler (18 - 30 months) -Older (30+ months)