In this problem, you will overload the insertion operator (operator<<) for Student typed objects. We specify the result
Posted: Fri Jul 08, 2022 6:39 am
In this problem, you will overload the insertion operator(operator<<) for Student typed objects. We specifythe result of inserting a student object into an output stream asfollows:
where <student.first_name>, <student.last_name>,and <student.uin> are the values of the insertedstudent object's first_name, last_name,and uin respectively.
where <student.first_name>, <student.last_name>,and <student.uin> are the values of the insertedstudent object's first_name, last_name,and uin respectively.