Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Oracle8I Building Efficient Databases

Authors: Jonathan Lewis

1st Edition

0201715848, 978-0201715842

More Books

Students also viewed these Databases questions

Question

Define the one-person-band syndrome.

Answered: 1 week ago