All of the work in this project is my own!  I have not left copies of my code in public folders on university computers. I have not given any of this project to others. I will not give any portion of this project to others taking this class. I realize that the penalty for turning in work that is not my own can range from an "F" in the class to dismissal from Trinity University. 

                                    Print Name  __________________________    Time Required = ______.____ Hrs.

                                    Signature   __________________________ (pledged)


Athlete1 Class Lab - Main Program
Individual Assignment
15 Points


1]  Install Eclipse on your computer or use one of the classroom systems.

Create  program Athlete.java.

2] The private data members must include equivalents to the following C declarations:

char
    Name [26];
int
    No,
    SportNo;
float
    EquipmentValue;

3]  Include class Athlete in your main program. For purposes of this program, let us assume that the following Sport Numbers shall be used accordingly :

4] Write a main program which

a] creates and displays an Athlete object called Britton [Britton Horn, men's basketball, #111, $42.00 worth of equipment.]

b] creates and displays an Athlete object called Caleb [Caleb Leung, men's football, #222, $44.00 worth of equipment.]

c] creates and displays an Athlete object called Ben [Ben Rickards, men's baseball, #333, $43.00 worth of equipment.]

d] creates and displays an Athlete object called Sarah [Sarah Hicks, women's Basketball, #444, $44.00 worth of equipment.]

e] extra credit for a Get method that has all of the information in one nice GUI box

f] extra credit for color


When Finished!

1] Spot Check!

2] Print all files using New Courier Font [8 pt].

3] Mail me your solution in a message whose Subject is CSCI 1321 - Lab 1

4] Make sure you have at least two additional backup copies of all projects. Maybe store one on your Y drive and one on your hard drive.



5] Those Labs labeled "Individual Assignment" are to be done separately by each individual. Using a pen,  each individual is to print  his/her name at the top of this document in the space provided and sign it.  Those Labs labeled "Team Assignment" may be done as a team or individually. Using a pen,  each individual on the team is to print print his/her name at the top of this document in the space provided and sign it. Submit only one copy of team assignments!