This program is basically working with text files, reading the data & performing functions:
while(s.hasNext()){ name= s.next(); mark= s.nextDouble()
NumberFormat percentageFormat = NumberFormat.getPercentInstance(); percentageFormat.setMinimumFractionDigits(2);