כיתה י - קבוצת יבנהפתרון השאלה במטלה של שיעורי הבית 3 דצמ 2020 int maxTime,minTime,total,currTime; String currName,minName,maxName; int N = 25; System.out.println("Please insert student name"); currName = reader.next(); System.out.println("Please insert "+currName+" reading time"); currTime = reader.nextInt(); total = currTime; maxTime…