Question: withou using alert Exercise #3 Write a JavaScript code that simulates a simple calculator with four operations: +, -, *, and /. Your code should
Exercise #3 Write a JavaScript code that simulates a simple calculator with four operations: +, -, *, and /. Your code should output an error message if an invalid operator is entered. Your code should also allow the user to use the calculator repeatedly. The JavaScript also should allow the user to stop when -999 is entered as the first number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
