c++ need help finishing just main.Have a test in the morningplease help!Date class,Attendence class,StudentAttendence class areall finished just need the main done as the last partexplains!(please use comments to explain what you put in main andmake sure it looks like the sample output thanks!)

output:

Code so far:
#include
#include
using namespace std;
//create a class called Date that consists of private data formonth,day,year
class Date
{
private:
int month;
int day;
int year;
public:
//create a non-default constructor that requiresmonth,day,year
Date(int m,int d,int y)//non-default constructor, name it sameas the class
{
month=m;
day=d;
year=y;
}
//overload the insertion operator(<< output) to displaythe date in MM/DD/YYYY
friend ostream& operator<<(ostream& o, Date&d)//& refrence
PayPal Gateway not configured
PayPal Gateway not configured