Java Taskbook Level 7.4
Create a method that takes a number as a parameter and returns the number of its divisors.
Create a method that takes a date as a parameter and returns the zodiac sign corresponding to that date.
Make a method that takes a number as a parameter and checks whether it is prime or not.
Create a method that takes a number as a parameter and removes even digits from it.
Create a method that will fill an array of N
random numbers from a given range.