Question: plese provide the answer with HTML AND JAVASCRIPT Assignment 1: Calculator form This is a simple form with a text box, a drop down with

Assignment 1: Calculator form This is a simple form with a text box, a drop down with operations (+,- / .. or ADD, SUBTRACT, MULTIPLY, DIVIDE), and another text box. If the user divides by zero, it should display an error message like "Can't divide by zero" (it should not display "Infinity"). This assignment can be done in one of two ways (your choice): a) HTML and Javascript b) HTML, a Controller, and a java class that does the calculation Answer can be given as (again, your choice a) a System.out.println b) an alert c) you can have another textbox to display answer Number check validation and CSS are not neededllll Note: if you want to use a textbox to display the answer and you're using Javascript and using a button instead of submit, use the following code to avoid the screen from refreshing;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
