0

Who can help please? I've tried working on this exercise on java but I'm a little bit lost.

How to write a program that do the following. - Enter student personal details. - Enter the modules and their associated marks. Based on the above information you are required to: - Calculate the cumulative grade point of the student. - Determine which of the category the student belongs to based on the student grade.

15th Feb 2021, 6:38 PM
Moses Bewie
Moses Bewie - avatar
3 odpowiedzi
+ 1
Can we see your attempts
15th Feb 2021, 6:57 PM
Anastacia Ru
Anastacia Ru - avatar
+ 1
what's this for? Seems heavy for a learner I'm assuming you dont know about collections framework? 🤔
16th Feb 2021, 12:06 AM
D_Stark
D_Stark - avatar
0
All you need to do is create a student class. It should have variables to hold each personal detail from the students And should have a hashmap of modules. The comulative grade points is just the sum of the marks in the hashmap And last part is just making use of the previous. now you just try to solve the problem with this info and if there's a problem you just post it here for the solo community to help
16th Feb 2021, 12:40 AM
Anastacia Ru
Anastacia Ru - avatar