- #1
jaredmt
- 121
- 0
with ti89, how can i display both text and variable on the same line?
i tried
and a bunch of other things but nothing has worked so far
edit:
it said somewhere on tnhe internet that i can do:
but when i run the program all you see is
i tried
Code:
"the answer is " + b
edit:
it said somewhere on tnhe internet that i can do:
Code:
"the answer is " b
instead of7 "the answer is "
then when go back to edit the code it is automatically set tothe answer is 7
Code:
"the answer is "*b
Last edited: