Write a program that prints the calendar for a given year

Assignment Help Computer Engineering
Reference no: EM132106237

Problem: Write a program that prints the calendar for a given year. The user will be promoted to choose the calendar for the month or the year. If the year is selected, then the calendar for the given year will be displayed. If the month is selected then the user will be prompted to enter the month, then the calendar for the given month will be displayed.

Top down design: Break down the problem into sub problems and state what you will achieve for each of the sub problems First we need to break down into two sub problems.

Get the user's input

a. Read the input(year)

Print the calendar

Print the calendar for the year

a. Print the calendar for each month of the year

i. Print the title for each month in the year.

Print the month and the year

Print "Sunday Monday Tuesday Wednesday Thursday Friday Saturday".

ii. Print the body for the month

Get the number of the days for each month of the year

Need to know if the year is a leap year or not. A year is a leap year if it is divisible by 400 or if the year is divisible by 4 but not divisible by 100

Get the number for the first day in the month. For example, November 1st was on a Saturday which is the 6th day of the week assuming that Sunday is the zero day of the week. To figure out which day is the first day of the month you need to do the following:

a. Calculate the total number of days since 1800 up to the month of the year that you are trying to print the calendar

Calculate the total number of days since 1800 up to one year prior to the given year. Note that you also need to check if the year is a leap year or not. For example, if the user enters 2014, we need to calculate how many days from 1800 to 2013. Need a for loop and in the for loop you need to check if the year is a leap year.

Add the total days from the beginning of the given year up to the month. For example, if we are trying to print the calendar for the March 2014, then we need to add the total number of days in Jan and Feb to whatever we calculated in i.

Whatever you get from ii add 3 to it (January

1800 was on a Wednesday) iv. Calculate the remainder of iii divided by 7, this result will tell you that first days of month is Sun or Mon or Tue or Wed or Thu or Fri or Sat.

Determine the date for thanksgiving for November.

Now that you know the number of the days in the month and the day for the first day of the month you can print the calendar.

Now you can write a method that accepts the number of the days in the month and the first day of the month, then print the body

1. If the first day of the month is for example on a Saturday which is the 6th day of the week then you need to output 5 blanks " ".

You start printing from 1 to the last day of the month.

Add appropriate codes in the main method to give the user the option of displaying the calendar for the year or the month. Based on the user's option display the result.

A program shell has been provided for you.

Here is a sample output

Here is the sample output:

Enter a valid year after 1800: 2006 Select one of the following options:

To get the month calendar press m or M

To get the calendar for the year enter y or Y

Enter your choice: n

Invalid choice

Do you have another year to print the calendar:yes/no-->yes Enter a valid year after 1800: 2006 Select one of the following options:

To get the month calendar press m or M

To get the calendar for the year enter y or Y

Enter your choice: m

*Enter the month of the year1..12-->90

*Enter the month of the year1..12-->56

*Enter the month of the year1..12-->5

May 2006

----------------------------

Sun Mon Tue Wed Thu Fri Sat

1 2 3 4 5 6

7 8 9 10 11 12 13

14 15 16 17 18 19 20

Reference no: EM132106237

Questions Cloud

What should be discussed with a doctor concerning the end : What should be discussed with a doctor concerning the end of life care for an individual with who has no families?Would the doctors abide by the patients decisi
What considerations could be discussed concerning : What considerations could be discussed concerning on the end of life care for individuals with a family?
Describe a function that will prompt the user to enter : Describe a function that will prompt the user to enter 50 whole numbers and count how many even and odd numbers were entered.
What is the research on the topic of gender universals : What is the research on the topic of gender universals when it come to emotion, including cross-cultural researches?
Write a program that prints the calendar for a given year : Write a program that prints the calendar for a given year. The user will be promoted to choose the calendar for the month or the year.
Determine the correct inventory amount on december : Josef received goods costing $41,900 on January 2 that were shipped FOB destination on December 29. Determine the correct inventory amount on December 31
Draw a rectangle as a rectangle and as a polygon : Draw a rectangle as a Rectangle and as a Polygon. Make the lines of the Polygon yellow and the lines of the Rectangle green.
Calculate and display a square matrix multiplication table : A program will calculate and display a square matrix multiplication table. For instance a sample output for a 4x4 table is listed below.
Experience of emotions by women and men : According to recent research on the experience of emotions by women and men, what is the situation that best predicts the experience of negative emotions

Reviews

Write a Review

Computer Engineering Questions & Answers

  Calculates the cutoff frequency in a simple rc circuit

Write a simple Java application which calculates the cutoff frequency in a simple RC circuit. Your application should ask the user to enter the capacitor and resistor values of the circuit. You must use the JOptionPane class to collect the user's ..

  Find the total capacitance of two capacitances

Solve the given problems. Refer to Appendix B for units of measurement and their symbols.

  Begin the writing process you are going to compare the

for the final paper you will select one topic from the list below.nbsp choose a topic that is important or

  What is the primary purpose of video security

Presently, video security system hardware is based on new technology that takes advantages of the significant aid in microprocessor computing power.

  How many calls to visit are made by permutation generation

How many calls to visit are made (as a function of V) by the permutation generation procedure? Derive a non-recursive permutation generation procedure.

  Write a program that prints a poem of your choice

Write a program that prints a poem of your choice. If you don't have a favorite poem, search the Internet for "Emily Dickinson" or "e e cummings".

  How the web and database technologies impact each other

demonstrated how the web and database technologies impact each other and how they impact the way we learn, live, work, and operate.

  Data communication and net-centric computing

Data Communication and Net-Centric Computing - Explain the functions of devices used for data and signal transform, i.e. how the analog voice is converted to the digital or analog signals.

  How many ways a committee of 4 people can be choosen

The question of how various ways a committee of 4 people can be selected from a group of 10 is known as a combination. The notation in general for counting the number of ways of selecting r items from a group of n is C(n,r) = n! / r!(n-r)!

  Write a program that takes an array

Write a program that takes an array containing the digitized representation of a picture of the night sky and locates the stars on it.

  Developing an object-oriented model for bookstore

The bookstore wishes you to develop an object-oriented model for the new bookstore information management system.

  Questionthink following relational schema for a

questionthink following relational schema for a

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd