[Solved]3 46 Pm Studentaueae Etisalat 4g Develop C Application Get Input User Student Id Name Cgpa Q37198928
write using C++ with detalied comments please to clarify
3:46 PM a student.aue.ae etisalat 4G Develop a C++ application to get input from user such as Student ID, Name and CGPA of 5 students and store the information in “Data.txt” file. You should create a class called Student” with following private string, cgpa float. In main function, create an array of 5 Student pointers and fill the array with new Student objects. Once the array is ful loop through it and read the information back and write them into “Data.txt”. While writing data, make sure to delimit the data with comma (“) Screen shot id integer, name nter Nane Muhamed Sam nter Cepa 2.8 nter details of Student 2 nter Cgpa : 2.9 nter details of Student 3 nter 1D103 Samira Husein nter Cepa 3.5 nter detalls of Student nter ID 104 Shani Hoffean nter Cgpa 3.8 nter detalls of Students ter ID15 nter Nase Levi Sison nter Cgpa :4. ress any key to continue Q1(b). Develop a C+ application to read information from the given text file “Data.txt’, and show the output in screen. Use the previous class “Student” for this. In main, create an array of five Student pointers andll the array with new Student objects which is read from data. Once the array is full, loop through it and read the information back and show them onto screen. 101,Muhamed Sami,2.8 102,Abdul Rashid,2.9 103,Samira Husein,3.5 104,Shani Hoffman,3.8 105,Levi Simon,4.0 Screen shot 1e2,Abdul Rashid,2.9 103, Samira Husein 3.S ress any key to continue Show transcribed image text 3:46 PM a student.aue.ae etisalat 4G Develop a C++ application to get input from user such as Student ID, Name and CGPA of 5 students and store the information in “Data.txt” file. You should create a class called Student” with following private string, cgpa float. In main function, create an array of 5 Student pointers and fill the array with new Student objects. Once the array is ful loop through it and read the information back and write them into “Data.txt”. While writing data, make sure to delimit the data with comma (“) Screen shot id integer, name nter Nane Muhamed Sam nter Cepa 2.8 nter details of Student 2 nter Cgpa : 2.9 nter details of Student 3 nter 1D103 Samira Husein nter Cepa 3.5 nter detalls of Student nter ID 104 Shani Hoffean nter Cgpa 3.8 nter detalls of Students ter ID15 nter Nase Levi Sison nter Cgpa :4. ress any key to continue Q1(b). Develop a C+ application to read information from the given text file “Data.txt’, and show the output in screen. Use the previous class “Student” for this. In main, create an array of five Student pointers andll the array with new Student objects which is read from data. Once the array is full, loop through it and read the information back and show them onto screen. 101,Muhamed Sami,2.8 102,Abdul Rashid,2.9 103,Samira Husein,3.5 104,Shani Hoffman,3.8 105,Levi Simon,4.0 Screen shot 1e2,Abdul Rashid,2.9 103, Samira Husein 3.S ress any key to continue
Expert Answer
Answer to 3:46 PM a student.aue.ae etisalat 4G Develop a C++ application to get input from user such as Student ID, Name and CGPA … . . .
OR

