I am teaching myself servlets for the first time and I am having trouble understanding some of the processes.
What I am trying to do is take 2 numbers in a form and perform 3 tasks (addition, subtraction and multiplication) and display each of them in the form.
I apparently have to use the...