COMP-202A, Fall 2007, All Sections REFERENCE PROGRAM The purpose of this program is to illustrate the General Instructions and Regulations for Assignments. Most of the explanations ragarding the instructions and regulations are in the file named Cyclist.java, although there are some explanations in the files named BikeRace.java and BikeRaceUI.java as well. Each comment which starts with /* and ends with */ explains the way in which the reference program respects a specific point in the General Instructions and Regulations for Assignment. Each comment that starts with // explains an aspect of the program. Finally, comments that start with /** and end with */ are Javadoc comments, which you are NOT required to write for this course.