Computer Lab Week 8 - Validation, Totalling, Counting and Averaging


Home


Question 1

Write a Basic program based on the pseudo code developed for Question 2 in Tutorial week 8 (Month number).

Question 2

Modify question 2 from Tutorial week 7 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?

Question 3

Modify question 2 above so that it validates the marks input.


Written by Tim Whitfort.