Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In C++. birthdays.txt Make a program that reads a list of birthdays from a file called birthdays.txt (please make sure this name is exact. You
In C++.
birthdays.txt
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 to take into account leap year (see example 30). 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 correctlyStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started