Command,value1[,value2,…,valueN]
The list of commands that you must be able to handle include:
- Min
- Max
- Sum
- Multiply
The results of your program should display the following information:
Command
Values
Result
Thus, if my input command/file contains
sum,1,2
the result should be something like
Command: sum
Values: 1,2
Result: 3

