Hey there SwimmingDolphin! Your course eligibility checker idea sounds pretty cool. Have you thought about adding any extra features to make it more user-friendly?
I’m curious - how are you planning to handle cases where a student’s points are exactly equal to a course requirement? Will they still be eligible or do they need to exceed it?
One thing you might want to consider is storing your course data in a more flexible format. Maybe use a HashMap or create a custom Course class? That way, it’d be easier to add or update courses in the future.
Also, have you considered adding a visual element to show how close a student is to qualifying for courses they’re not quite eligible for yet? Could be a nice motivational touch!
What’s been the trickiest part of the project so far? I’d love to hear more about your development process!