This program accepts one of the following arguments :
- "+"
- "-"
- "*"
- "/"
- If the first argument of the program matches on of the above strings[1a], execute the mathematical function [2a].
- Display this result in the console[3a]
- If the first argument does not matches any of the above string [1b], display an error
- message in the console[2b]