Please Do Task2 for me.I have done task 1. Design a C++ class to hold informatio
ID: 3623199 • Letter: P
Question
Please Do Task2 for me.I have done task 1.
Design a C++ class to hold information of a Student. The information includes Students ID, Student Name, University, and Course and Course Price. Student Id is integer. Student Name contains no more than 25 characters. University contains no more than 30 characters. Course contains no more than 30 characters. Course Price id double. Write a C++ program to do the below tasks: Enter file name Add new student List all students Allow user to input name of that file that contains data of all students. Allow user to add new information of one student. After check validation of all data, save this information into file that was inputted in task 2.1. Display all information of students in file that inputted in task 2.1.