Question: C++ Using C++: (a) write a class declaration named student with a private member variable of student personal data (Student number, Name (first name, last

Using C++: (a) write a class declaration named student with a private member variable of student personal data (Student number, Name (first name, last name), DOB (mm/dd/yyyy), Address (street, city, state, zip code), Phone number). (b) Write set and get functions to access the student variable. (c) Write a function named Student Age that returns the age of the student (a) Demonstrate your program by inputting 5 students' data and printing the personal data for students whose age from 22 to 25
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
