// What is your name? // What is your e-mail ID? // What is your 101 section? // What is the purpose of this program? import java.util.*; public class Triathlon { public static void main (String[] args) { // All your code goes here } }