- Jan 28, 2007
- 755
- 0
- 71
hey guys i would appreciate the help i gotta turn this assignment in before midnight...
basically the program is two textboxes and a calculate button...the user enters 2 numbers into each textbox and if you hit the calculate button, the result is the sum of the squares in the range of the two numbers.
for example if you enter 2 and 5, the answer is
2^2 + 3^2 + 4^2 + 5^2...
it needs to check for which number is smaller and then do the calculation
Thanks all...
basically the program is two textboxes and a calculate button...the user enters 2 numbers into each textbox and if you hit the calculate button, the result is the sum of the squares in the range of the two numbers.
for example if you enter 2 and 5, the answer is
2^2 + 3^2 + 4^2 + 5^2...
it needs to check for which number is smaller and then do the calculation
Thanks all...
