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 two integers separated by a comma: ";A, B
|
||||
20 PRINT " Sum:"; A + B
|
||||
30 PRINT "Difference:"; A - B
|
||||
40 PRINT " Product:"; A * B
|
||||
50 PRINT " Quontent:"; A \ B
|
||||
60 PRINT " Remainder:"; A MOD B
|
||||
70 PRINT " Power:"; A ^ B
|
||||
Loading…
Add table
Add a link
Reference in a new issue