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: ";int(a/b)
|
||||
60 print " Remainder: ";a mod b
|
||||
70 print " Power: ";a^b
|
||||
Loading…
Add table
Add a link
Reference in a new issue