Question: USING C++ Problem B: Birthdays (20 points) Make a program that reads a list of birthdays from a file called birthdays.txt (please make sure this

USING C++

USING C++ Problem B: Birthdays (20 points) Make a program that readsa list of birthdays from a file called "birthdays.txt" (please make surethis name is exact. You will then ask the user to input

Problem B: Birthdays (20 points) Make a program that reads a list of birthdays from a file called "birthdays.txt" (please make sure this name is exact. You will then ask the user to input a date and you are required to find: (1) who has the next birthday, (2) how many days away that birthday is from the input date and (3) how old the person will be on that birthday. (Note: you DO need to take into account leap year (see example 3). The format of "birthdays.txt" will be: name put together with underscores mm/dd/yyyy You may may assume there is at least one birthday in "birthdays txt". You may also assume the date entered is valid. You do not need to check if the file opened correctly. Example 1 (user input is underlined: Current date 12112040 Next birthday: Mary Rasmussen. in 12 days will turn 81

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!