[ Team LiB ] Previous Section Next Section

Exercises

  1. Create a calculator script that allows the user to submit two numbers and choose an operation to perform on them (addition, multiplication, division, subtraction).

  2. Use hidden fields with the script you created in exercise 1 to store and display the number of requests that the user has submitted.

    [ Team LiB ] Previous Section Next Section