Calculator Community > TI-BASIC
A test did not resolve true or false. What does this mean?
(1/1)
Java:
Here’s my code...
Define whatsmyname()
Prgm
Disp “you’re “,name
RequestStr “would you like a name change?”,n
If yes Then
RequestStr “New name:”,name,0
Else
Text “ok, fair enough.”,0

Don’t judge me please. I’m new to programming and This is my first program.
Xeda112358:
You need something like:

--- Code: ---If n="yes" Then

--- End code ---
Because you are telling Request to store the input string to variable n.

Also, you can post code in [code]<your code here>[/code]
Java:
Thank you very much! 5 stars right here...
Navigation
Message Index

Go to full version