RosettaCodeData/Task/A+B/Quite-BASIC/a+b.basic

4 lines
73 B
Plaintext

10 input "Enter number A: ";a
20 input "Enter number B: ";b
30 print a+b