input.bb 235 B

1234567891011121314
  1. number = Input ("Type a number: ")
  2. number1 = Input ("Type another number: ")
  3. Total= number+number1
  4. Print "Your two numbers are " Print number:Print number1
  5. Print "If you add your two numbers together they equal: " Print Total