Problem
Write a program that prompts the user for some marks (e.g. 56, 72, 33, and so on) and counts the number of marks entered. The program should allow for the entering of marks until -1 is entered, signifying there are no more marks to enter. Your program should print the total number of marks that were entered.