0
- 17.11.2018 - 07:43
|
10 print "programma calculator" 20 print "input a" 30 input a 40 print "input b" 50 input b 60 print "vvedite deystvie" 70 print "1-slogenie" 80 print "2-vicitanie" 90 print "3-umnogenie" 100 print "4-delenie" 110 input c 120 if c=1 then goto 160 130 if c=2 then goto 180 140 if c=3 then goto 200 150 if c=4 then goto 220 160 let d=a+b 170 goto 230 180 let d=a-b 190 goto 230 200 let d=a and b 210 goto 230 220 let d=a/b 230 print d 240 end | |
1
- 08.03.2019 - 01:40
| Зачем это здесь? :) | |
2
- 09.04.2019 - 08:37
| информацию принял. жду дальнейших указаний | |
| Интернет-форум Краснодарского края и Краснодара |