How can I combine this into one line of code?
- Posted by tiger0581 Oct 05, 2009
- 1225 views
puts(1,"What is ") print(1,first_number) puts(1," + ") print(1,second_number) puts(1,"?")
First_number and second_number are variables for two integers. Thanks.
Edit: Added <eucode> tags. -Greg