Write the program that will calculate and display the career statistics for a hockey player. The program must be written in Visual Basic 2008 console application.
3 answers
Assistance needed.
You will need to decide
1. the hockey player.
2. the statistics you wish to display, assuming they are available.
Then, you will need to collect the statistics for the specified hockey player, and organize the data so that you can display them.
If the information is not directly displayable, you will need to do calculations, such as averages, totals, maximum goals per season, etc.
Finally, you will design a program that will display the statistics, in table form, graphics, charts, etc. depending what you have learned in class, or your teacher's specifications.
If you need further help, or if you need programming help, post your code and we should be able to help.
1. the hockey player.
2. the statistics you wish to display, assuming they are available.
Then, you will need to collect the statistics for the specified hockey player, and organize the data so that you can display them.
If the information is not directly displayable, you will need to do calculations, such as averages, totals, maximum goals per season, etc.
Finally, you will design a program that will display the statistics, in table form, graphics, charts, etc. depending what you have learned in class, or your teacher's specifications.
If you need further help, or if you need programming help, post your code and we should be able to help.
12