C++ Program 1: Create a class named assignment with member variables for point v
ID: 3832770 • Letter: C
Question
C++
Program 1: Create a class named assignment with member variables for point value and due date.
The class must have a constructor that allows for the initialization of the member variables as well as a Default constructor that requires no arguments.
Program 2: Create a class called monthlyAssighnmentCalendar with member variables for month (as in which month) and an array of assignments(up to 100). Have a function that allows (through cin and cout) to add new assignments to the calendar and a function that will output the assignments in order by due date.
Then create a program that initializes a variable of this class. The program Should then ask the user how many assignments they would like to make, then allow them to make them. When they are done, it should display the assignments in order by due date.
Note: They are two separate program/code. First you got write Program 1 then use it to finish Program 2.
Explanation / Answer
2)
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.