Small calculator app that runs in the terminal.
Run the application passing sum, subtract, multiply or divide as the first argument, and the two numeric values as the second argument.
example usage:
java calculator sum 1 2java calculator subtract 20 10Or
Run the launch.json in Vscode passing the arguments in the args object.