61 of 100 menu

Java Taskbook Level 7.1

Make a method that will return the current day of the week as a word.

Create a method that will receive a date as a parameter and return the day of the week as a word corresponding to this date.

Create a method that will take seconds as a parameter and return the number of days corresponding to these seconds.

Make a method that takes a number and a string as a parameter and truncates the string to the length specified by the first parameter.

Create a method that will receive a date as a parameter and return the zodiac sign corresponding to this date.

Create a method that will take a number as a parameter and return the sum of its divisors.

enru