Exercise: Calculator


Create a web page with 3 input fields for 2 numbres and an operator such as +, -, *, or /. When the user clicks on the "Calculate" button, take the 3 values and calculate the result of the expression.