using Html and JSP
hello,
I am new to JSP...and i need to make an small program...such that it should do mathematical calculations!!
i am to take input through the HTML file and show the output through the JSP file-
and in the jsp file need to print the 1st operand (for eg -2)
the 2nd operand (for example -5)
the calculation( eg- 2+5=7)
i need to be able to do any calculation of my choice.
am lost right now...
would be great it someone helps me out with it.
thanks!!
|