Question: please can you help in doing this in C Programming with comments to better understand it. Question 4 is to be answered based on question


please can you help in doing this in C Programming with comments to better understand it. Question 4 is to be answered based on question 3. Thank you
I am so sorry... it is a c++ program
3. Given class Date below. write statements to create a Date object, initializing it's values to the current date. Then, display the date using the class' displayDatemethod. class Date private: int month; int day: int year; public: Date(int , int d) int y) { month - day = d; year = y; } void displayDate() { cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
