Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please follow the instructions given any information you need tell me 1. Experimental Description Design a program with some functions of calendar.. 2. Experimental Requirements
please follow the instructions given
any information you need tell me
1. Experimental Description Design a program with some functions of calendar.. 2. Experimental Requirements This calendar software/program should include of the following functions: (1) Output the current date; (2) Output the current year is a leap year or not; (3) Output the specified date is a holiday or not, if it is, printing the holiday name; (4) Output the date of the specified date after n (n>0 and n denotes a integer) days; (5) Output the week No. of the current data in this year. 3: Algorithm Specification Description (pseudo-code preferred) of all the algorithms involved for solving the problem, including specifications of main data structures. 4: Results Table of test cases. Each test case usually consists of a brief description of the purpose of this case, the expected result, the actual behavior of your program, the possible cause of a bug if your program does not function as expected, and the current status ("pass", or "corrected", or "pending"). 5: Discussion and Conclusion Analyze of the founded problems and Comments on further possible improvements. 6: Appendix: Source Code (in C/C++) At least 30% of the lines must be commented. Otherwise the code will NOT be evaluatedStep 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