Call the function with the values 5 and 7. 3. Define a function multiply that takes two parameters and returns their product. If no value is passed for the second parameter, it should default to 1. 4.
In this project, you'll create a simple calculator which can perform basic arithmetic operations like addition, subtraction, multiplication, or division depending on the user input. Here is the ...