Draw a flowchart for a program that reads a date in an 8-digit sequence (month, day, year) and determines if the date is a valid date. ignore leap year. Assume Feb has 28 days, and establish a table of days in a month so that you can access the appropriate month to determine the correct number of days in a month. Extra credit: add a leap year module to the flowchart, so that the flowchart determines when a leap year occurs and changes to allow feb to have 29 days
1 answer
Help this too!