HTML AND JAVASCRIPT Choose a Theme: example: Arithmetic application for primary school students Write a new HTML form wi
Posted: Fri May 20, 2022 6:24 pm
HTML AND JAVASCRIPT Choose a Theme: example: Arithmetic application for primary school students Write a new HTML form with JavaScript codes that accept the student's name, program, age, gender, and state (may add other input as well). The HTML page accepts 2 numbers, and the user will select one of the buttons to perform the selected function. -Allow user to repeat the task and display all input and result of calculation accordingly. -Allow user to exit the application. -Allow user to input numbers and select buttons that perform each of the following functions respectively: 1)Addition 2)Subtraction 3) Multiplication 4)Division 5)Modulus