Question 1:
Create a Servlet that does the following (please provide us the code):
- takes a parameter 'money', which represents a dollar amount > 0.00
- calculates 5% of 'money' (safely), and outputs this as a dollar amount
(eg. two decimals)
- outputs message 'error' if there is a problemQuestion 2:
What does Struts typically use to map out the relationship between code
components (eg. Controllers, JSPs, etc)