Please solve this question.
Extracted text: Part 1: Create a simple Calculator using the JavaScript Arithmetic operators & if statements, your calculator should solve the following operations; (+) Addition (-) Subtraction (*) Multiplication (7) Division - Math.pow(a, b) โ (a= base) & (b= Exponent) Example: Math.pow(8, 2) is produced 64 (8 to the power 2) Part 2: After creating the calculator and trying out the operations, suggest a way to improve your calculator. Find the answer of these questions: 5 x 23 =? 300 / 68 =?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here