Question: Build C programming Code Instructions and output are given 1. Review the Part 1 Output Examplc (next section) to scc how this program is expected


Build C programming Code Instructions and output are given
1. Review the "Part 1 Output Examplc" (next section) to scc how this program is expected to work 2. Code your program in the file named "w3p1.c" IMPORTANT: DO NOT use arrays in this workshop! 3. After the system library #include, and before the main function, define two (2) macros: #define MIN YEAR 2010 #define MAX_YEAR 2021 4. Inside the main function, declare two (2) unmodifiable integer variables "JAN" and "DEC" representing the first and last months of the year respectively (initialize "JAN" to 1 and "DEC" to 12) 5. Display the title for the well-being log application 6. Nest inside an iteration construct the following: a) Display the following message: >Set the year and month for the well-being log (YYYY MM):
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
