Advertisement
Guest User

Untitled

a guest
May 24th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. write "Enter the first number you wish to add: "
  2. input x
  3. write "Enter the second number you wish to add: "
  4. input y
  5. math x + y = z
  6. write "The result is: " + z
  7. newline 1
  8. clear
  9. write "color? "
  10. input color
  11. backcolor color
  12. write "test"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement