#include
using namespace std;
int main()
{
int date;
string month;
int year;
string activity;
if(date==21 && month==February)
{
activity = CSNite;
cout << "I have go to my School dinner... " << endl;
else
if(date==28 && month==February)
activity = BasketBallCompetition;
if(date<13 && date>17)
{
if(month==March)
{
activity = UMSOpen;
cout << "At Sabah... UMS Open + Island Hopping... " << endl;
// Really Happy coz at that time, all of us stay in one team.
// I like to stay in a team.
}
}
No comments:
Post a Comment