langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
11
Task/Arithmetic-Integer/TI-83-BASIC/arithmetic-integer.ti-83
Normal file
11
Task/Arithmetic-Integer/TI-83-BASIC/arithmetic-integer.ti-83
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue