Exercises
Create a calculator script that allows the user to submit two numbers and choose an operation to perform on them (addition, multiplication, division, subtraction). Use hidden fields with the script you created in exercise 1 to store and display the number of requests that the user has submitted.
 |