7. Design and implement a program called TotalNumbers.java to do the following:
a. Prompts the user for their name to personalise the program;
b. For 10 repetitions:
i. Prompts the user for a number;
ii. Add to a running total the numbers as they are entered;
c. Then print out the final total at the end of the program.
Above is a practice excerciset. I do realise no-one is my actual university teacher here, but if you were doing this exercise, what would you think? My question is
In question 7c, it asks me to print out the final total at the end of the program. Does this mean to print out the 10 letters that the user has entered? or does it mean to add them then print them or something else?