Homework, Year 2

This homework will test your ability to make a basic web app

If you need a reference, use the web reference that's linked on the homepage
of this site.

1. Create a new web project or erase the code from your current project

2. Set up the web server so that it sends out an html page with a
form with two inputs, which are text boxes. The inputs should be places
where the user can enter numbers.
The form should also have a submit button.

3. Add in code to the website so that when the user submits the form,
the webserver gets the numbers from the two text boxes, and adds them
together. Then, return the user a web page with the result of adding
the two numbers together.

4. For submission, copy the code from your Driver file and send me that