Write a program to get a few days ahead eg 100th day


Write a program to get a few days ahead, e.g., 100th day anniversary, such as follow:

INPUT: 

Your anniversary: 11 24 2015

Anniversary's day: Tuesday

How many days will you celebrate? 100

OUTPUT:

You will celebrate your 100 days on 03 03 2016 on Thursday

It is weekday! You need to wait 2-3 more days for a date!

INPUT: Your anniversary: 11 26 2015

Anniversary's day: Thursday

How many days will you celebrate? 100

 

OUTPUT:You will celebrate your 100 days on 03 05 2016 on Saturday

It is weekend! Prepare your date!

make this code in C++ 

and please not use different things. (just seems like the file that made of beginner)

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write a program to get a few days ahead eg 100th day
Reference No:- TGS01184182

Expected delivery within 24 Hours