#include using class { public private }; int { DayOfYear today, bach_birthday; c
ID: 3618515 • Letter: #
Question
#include
using
class
{
public
private
};
int
{
DayOfYear today, bach_birthday;
cout <<
today.input( );
cout <<
today.output( );
bach_birthday.set(3, 21);
cout <<
bach_birthday.output( );
today.get_day( ) == bach_birthday.get_day( ) )
cout <<
cout <<
}
//Uses iostream:
void
{
cout <<
cin >> month;
cout <<
cin >> day;
check_date( );
}
void
{
cout <<
<<
}
void
{
month = new_month;
day = new_day;
check_date();
}
void
{
{
cout <<
exit(1);
}
}
int
{
}
int
{
}