Challenge 3: Find the Highest Achiever
Given multiple subject files find the student who has the maximum total marks.
Problem Statement
Implement a function findTopper()
that takes input from three subject files: math.csv
, english.csv
and science.csv
, and find the index of ...