sid_19840
International Coach
abhishek_rox said:Oh i though it was between start number and end number like if numbers were 1 and 6 then 2+3+4+5
Thanx for your help, what about second exercise
The second excercise is just an update on the first one.If the user hasnt entered a number in the start postion(or the end position for that matter),the program will just terminate with an EndSub,otherwise the first procedure happens again.
For excercise 3 we are passing all the values in the textboxes to integer variables.
x=startNumber.val();
y=startNumber.val();
Then we do the same operations with them using x and y.
For i=x to y
...