|
Student
Project |

|
| Baseball PROGRAM |
|
|
| Ability Level: |
Intermediate |
|
|
| Estimated Time: |
2 hours |
|
|
| Objectives: |
See handout -- working with arrays |
|
|
| Materials and Resources: |
- Visual Basic Software
- Textbook
- Data file
with names and answers
- Text editor for creating a data
file
|
|
|
| Overview: |
- Create a program produce the output shown
|
|
|
| Instructions: |
- Make 2 text boxes to type in the score for each team
- Make label boxes for all other items shown
- Make a button to add the scores
- Make a button or use the drop down menu for a new game
- Make sure the new game clears all inputs
|
|
|
| Hints: |
- When you click the score button, it should increment to the next
inning
- Use if statements to input the information into each inning
|