Methods in java (grade calculator)
问题 We've been learning about methods in java (using netbeans) in class and I'm still a bit confused about using methods. One homework question basically asks to design a grade calculator using methods by prompting the user for a mark , the max mark possible, the weighting of that test and then producing a final score for that test. eg. (35/50)*75% = overall mark However, I am struggling to use methods and I was wondering if someone could point me in the right direction as to why my code below