Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
|
|
@ -0,0 +1,7 @@
|
|||
10 INPUT "enter a integer"; A
|
||||
20 INPUT "enter another integer"; B
|
||||
30 PRINT " Sum: "; A + B
|
||||
40 PRINT "Difference: "; A - B
|
||||
50 PRINT " Product: "; A * B
|
||||
60 PRINT " Quontent: "; INT(A / B)
|
||||
70 PRINT " Remainder: "; A - INT(A / B ) * B
|
||||
Loading…
Add table
Add a link
Reference in a new issue