4 lines
73 B
Text
4 lines
73 B
Text
|
|
10 input "Enter number A: ";a
|
||
|
|
20 input "Enter number B: ";b
|
||
|
|
30 print a+b
|