Program: SUM
Disp "LOWER" Input A Disp "UPPER" Input B (B-A)->N 0->L 0->J A->X Lbl Q (L+Y1)->L (X+1)->X IS > (J,N) J+1->J Goto Q Disp L