Question: Task #3 Create a math program that will ask the user to enter in any two numbers. The numbers will then be added, subtracted, multiplied
Task #3 Create a math program that will ask the user to enter in any two numbers. The numbers will then be added, subtracted, multiplied and divided. The result of each will be displayed to the screen. Note each of the mathematical operations must be completed using a function that you create. The function must NOT make use of global variables. The functions must return a value. You must ensure that the higher number is always subtracted from and divided from. Format all results to two decimal place
please help me doing it in javascript
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
