Write a Basic program based on the pseudo code developed for Question 1 in Tutorial week 6 (Times table).
Modify the above program so that a user inputs -1 to indicate that they have finished inputting marks.
Run Mark (0 to 100 or -1 to Exit) ? 80 Mark (0 to 100 or -1 to Exit) ? 60 Mark (0 to 100 or -1 to Exit) ? 45 Mark (0 to 100 or -1 to Exit) ? 95 Mark (0 to 100 or -1 to Exit) ? -1 Total marks = 280
Run Mark (0 to 100 or -1 to Exit) ? -1 Total marks = 0
Written by Tim Whitfort.