Hello All,
I am attempting to write a program that takes a month, day and year and outputs the date in athe format Day/Month/Year...
I think I am close and dont have any errors but it may be the order I am listing my code in thats not making it work...
#include <iostream>
using namespace std;
NoQuarter,
you created a class Date but you're not doing anything with it. all you did was input your m, d, y, but did nothing to create an instance of Date or call its setters to pass the value.
Also, your print method should be called like this: