Question: C++ Programming Create a Birthday structure o int day o nt month o int year Create a Student class to hold students' record o nt
C++ Programming


Create a Birthday structure o int day o nt month o int year Create a Student class to hold students' record o nt CWID o double grade o Birthday birthday Create two public functions for Student class o nput0 Prompt the user to enter a student's CWID, birthday, and grade for the class o output0 Prints all the students' information in a nicely formatted way Implement your main function to create one Student object int main() Student eric; eric. input eric output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
