I'm currently having a problem displaying the desired output for my GPA calculator which makes use of arrays. I got a different output instead.How do I solve this problem?
Desired output:
My output:
This is my Module class to create a Module object.
This is my Student class which contains methods to receive inputs and validate them.
This is my StudentUser class which contains the main method to call all other methods from Student and also call the array from Student.