You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// System.out.println("roll number "+(i+1)+" attendence is "+B.students[i].labsAttended); //Why (i+1)? The roll number of the student will also be read from the csv file itself. Hence the roll no wont be i+1.