"# FishAquarium" Program that checks what is happening in the aquarium of fish, from day to day.
- in the beggining there is N number of males, and M number of females. N and M are randomly picked.
- Every fish has their own life longevity and the it is determined by Random.
- if male and female meet each other, then they breed. Gender of newborn is determined by random.
Requirements:
- Every value is picked by random.
- Use collections.
- every fish has their own thread.
- Every process checking is shown in the console.