See More

package test; public class Main { public static void main(String[] args) { StudentModule ob1 = new StudentModule(); ob1.studentInformationInput(); ob1.marksCalculation(); ob1.resultDisplay(); System.out.println(); ob1.highestSearch(); ob1.highestDisplay(); } }