Programming Homework Help

Minnesota State University Mankato Java DecimalDate Program Report

 

Create a file called DecimalDate.java, in which you define the class DecimalDate. A DecimalDate object represents a date consisting of a year, month, and day. In this calendar, a year consists of 12 months, each of which consists of 30 days, divided into three ten-day weeks. At the end of the year there are 5 “complementary days”. For the purposes of this assignment we’ll assume there are no leap years, so every year has exactly 365 days. We will also use the spoof English names for the months, namely Wheezy, Sneezy, Freezy, Slippy, Drippy, Nippy, Showery, Flowery, Bowery, Hoppy, Croppy and Poppy (these correspond roughly to our months starting from October).