Problem
1. Write a function that will add all the numbers on the stack together, and include this capability as a new command.
2. Write a function that will compute the average of all numbers on the stack, and include this capability as a new command.