C++ program kindly help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C++ program kindly help me

8th May 2018, 6:09 AM
imtiaz sarwar
imtiaz sarwar - avatar
4 Answers
+ 10
Kindly elaborate on your question.
8th May 2018, 6:13 AM
Hatsy Rei
Hatsy Rei - avatar
8th May 2018, 7:02 AM
imtiaz sarwar
imtiaz sarwar - avatar
- 1
Your program will save the information of student into a student object. Then create list of students which will save into a liked list. The structure of Student object and Students list is showing above in the diagram. After making the list of students, give 3 options to user to perform some search operations from the list as given below. Show all students from the list who are enrolled in the course (code entered by user). Show all students from the list who got greater than or equal CGPA mentioned by user. Suppose user entered 3.4 then all students who got 3.4 or more CGPA should show on the screen. Show all students from the list who got greater than or equal to Marks mentioned by user. Suppose user entered 65 then all students who got 65 or more Marks should show on the screen. User should be able to repeat different type of searches without closing the program
8th May 2018, 7:03 AM
imtiaz sarwar
imtiaz sarwar - avatar
- 1
Your program will save the information of student into a student object. Then create list of students which will save into a liked list. The structure of Student object and Students list is showing above in the diagram. After making the list of students, give 3 options to user to perform some search operations from the list as given below. Show all students from the list who are enrolled in the course (code entered by user). Show all students from the list who got greater than or equal CGPA mentioned by user. Suppose user entered 3.4 then all students who got 3.4 or more CGPA should show on the screen. Show all students from the list who got greater than or equal to Marks mentioned by user. Suppose user entered 65 then all students who got 65 or more Marks should show on the screen. User should be able to repeat different type of searches without closing the program
8th May 2018, 7:03 AM
imtiaz sarwar
imtiaz sarwar - avatar