Question: Need question 2 solved 1. Make Add, Subtract, Multiply, and Dvide function using JavaScript. Show the result of that. (Code and Capture of terminal) cosole.log(add(10,20))
Need question 2 solved
1. Make Add, Subtract, Multiply, and Dvide function using JavaScript. Show the result of that. (Code and Capture of terminal) cosole.log(add(10,20)) cosole.log(sub(10,20)) cosole.log(mul(10,20)) cosole.log(div(10,20)) 2. Display multiplication table (9 times table) Using the your Multiply function Examples: 1x 1 = 1 1x 2 = 2 9 x 8 = 72 9x9 = 81
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
