Skip to content

Releases: HediLengliz/JavaWorkshops

workshop 3/6

17 Oct 15:38
Compare
Choose a tag to compare

1. Altered "nbrCages" in class Zoo to const

2. Created isZooFull method that verifies if a Zoo is full or not by pointing on nbr animals and nbrCages

3. Created « Zoo comparerZoo(Zoo z1, Zoo z2) » in class Zoo keepin in mind that z1 and z2 are type Zoo as parameters that return Zoo with the highest animals