Sha256: fa37d04a388f0b2981a8b77560a88c5be5eaa31a669020e76d3b8bf0ab322865
Contents?: true
Size: 210 Bytes
Versions: 10
Compression:
Stored size: 210 Bytes
Contents
Pauses added due to TI-83's lack of screen size. Prompt A,B Disp "SUM" Pause A+B Disp "DIFFERENCE" Pause A-B Disp "PRODUCT" Pause AB Disp "INTEGER QUOTIENT" Pause int(A/B) Disp "REMAINDER" Pause A-B*int(A/B)
Version data entries
10 entries across 7 versions & 1 rubygems