Plugin Name: mathop Authors: Ojas Mhetar, Allan Chua ---------------------------------------------------------- Functionality: This plugin allows for users to perform basic mathematical operations like addition, subtraction, multiplication, and division. Usage: mathop [firstNumber] [secondNumber] [ -a | -s | -m | -d ] -a Adds the two numbers -s Subtracts the two numbers -m Multiplies the two numbers -d Divides the two numbers Example: mathop 2 3 -a Output: 5