Question: Coding language is C++ (4) Based on Problem P6.15. Design a class Student. A student has a name and a birthday. Make a vector vector
Coding language is C++
(4) Based on Problem P6.15. Design a class Student. A student has a name and a birthday. Make a vector vector friends; Write a program in which the user is asked to enter a set of names and birthdays, thus populating the friends vector. See input-output for details. After the list of students names and birthdays is read-in, implement a loop in which the user is asked to enter a month followed by a display of all students whose birthday falls into this month. Comment 1. Note that the birthday entered must be in the format mm/dd/yyyy. Comment 2. Note when the user is prompted to enter a month it must be a string, not an integer.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
