Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Getting the first and last day of the year:

Let’s consider that an integer representing a year is given. Write a program that returns the first and last day of this year. Provide a solution based on the Calendar API and one based on the JDK 8 Date/Time API.