structure chart.

Hello guys, I know this is mostly help with code. But I was asked to make a structure chart for a calendar project that I am working on. I need the calendar to work just like any calendar does electronically. First the user will be asked for a month (1-12) and year >1752. Then I want the program to show that respective month and year, and the month calendar of that month.
Here is what I have for the structure chart so far, I think I am on the right track, structure charts are a pain.
Main ----------------------------------------------
^----------------------^------------------------------^
promptForDate monthStart displayMonthYear
^-----------------^------------------------^
monthEnd isLeapYear displayDaysoftheWeek
------------------------------------------^
displayCalendar
Hopefully this makes sense, I took a picture of it, but I don't see where I can attach it anywhere.
Last edited on
since this is your homework and you haven't done much yet I'm not going to give you the entire solution but I can tell you where to look - 11th Nov 2016 (at least in my time zone) - I posted a program for this on this forum. Good luck!
Last edited on
Yeah I haven't worked on the actual program yet, I will but I am just trying to get an outline or structure chart of the function first.
Topic archived. No new replies allowed.