Write a Basic program based on the pseudo code developed for Question 2 in Tutorial week 7 (Month number).
Modify question 2 from Tutorial week 6 so that it totals, counts and averages the marks input by the user. The program should then displays the total, count and average. Remember to check for a count of zero? Why?
Modify question 2 above so that it validates the marks input.
Written by Tim Whitfort.