Write a page that has the user enter two numbers and then display the sum of the numbers
in that range. See the screen captures below.
Hey wait, that's not summation, that's concatenation. You can use the parseInt() method
(discussed on page 45 of Beginning JavaScript (Paul Wilton) to resolve this problem.