Hello guys,
Need any advise, any tip on how to write this program:(coz I'm really stuck with this)
1. Allow a user to enter a number of results (a value between 2 & 30)
2. Process the required number of results by
• Allowing a user to enter a students name
• Allowing a user to enter a students grade (a value between 1 & 100).
3. When data entry is complete, display a menu with the following options
• Display average class grade
• Display highest class grade
• Display lowest class grade
• Sort & Display the grades in ascending order
• Search for an individual student by name
4. For each of the above functions, you are required to implement an appropriate method
I'm not asking to do it, just some tips to put me on track.
Thank you
Need any advise, any tip on how to write this program:(coz I'm really stuck with this)
1. Allow a user to enter a number of results (a value between 2 & 30)
2. Process the required number of results by
• Allowing a user to enter a students name
• Allowing a user to enter a students grade (a value between 1 & 100).
3. When data entry is complete, display a menu with the following options
• Display average class grade
• Display highest class grade
• Display lowest class grade
• Sort & Display the grades in ascending order
• Search for an individual student by name
4. For each of the above functions, you are required to implement an appropriate method
I'm not asking to do it, just some tips to put me on track.
Thank you
Comment