## Task 3: Improved multiplying calculator function### Putting together conditionals, input casting and math- #### Update the multiply() function to multiply or divide - Single parameter is...

## Task 3: Improved multiplying calculator function### Putting together conditionals, input casting and math- #### Update the multiply() function to multiply or divide - Single parameter is **`operator`** with arguments of **`*`** or **`/`** operator - Default operator is "*" (multiply) - **Return** the result of multiplication or division - If operator other than **`"*"`** or **`"/"`** then **` return "Invalid Operator"`** - _[ ] create improved multiply() function and test with /, no argument, and an invalid operator ($)_
Nov 21, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here