Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C Programming Do not use Arrays, Strings, or functions Problem 1 (43 points): Write a C program to print a calendar for an entire year.
C Programming
Do not use Arrays, Strings, or functions
Problem 1 (43 points): Write a C program to print a calendar for an entire year. The desired year is read via keyboard. You need to calculate the first day of the year as well as whether the year is leap or not. The leap year calculation is elaborated at http://www.wikihow.com/Calculate-Leap-Years. The first day calculation can be found at http://mathforum.org/library/drmath/view/55837 html day calculation d at hutp lmalhforum.org/lbrar drmathi vih Here is a sample output for one month: January Sun Mon Tue Wed Thu Fr 2000 Sat 4 9 10 12 3 4 15 16 17 8 9 20 222 23 24 25 26 27 28 29 30 31 Grading: NO arrays!! NO functions!! NO string-to-number conversions!! Penalty for each infraction is (-10 points each!!) Problem 1 (43 points): Write a C program to print a calendar for an entire year. The desired year is read via keyboard. You need to calculate the first day of the year as well as whether the year is leap or not. The leap year calculation is elaborated at http://www.wikihow.com/Calculate-Leap-Years. The first day calculation can be found at http://mathforum.org/library/drmath/view/55837 html day calculation d at hutp lmalhforum.org/lbrar drmathi vih Here is a sample output for one month: January Sun Mon Tue Wed Thu Fr 2000 Sat 4 9 10 12 3 4 15 16 17 8 9 20 222 23 24 25 26 27 28 29 30 31 Grading: NO arrays!! NO functions!! NO string-to-number conversions!! Penalty for each infraction is (-10 points each!!)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started