Search:

Type: Posts; User: pbrockway2

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Advice on booleans and yes/no inputs that deliver specific outputs

    To unpack Norm's comment a bit, you have a String variable input and you have just assigned the user's answer to it ("yes", "no", etc). What you have to do now is assign the right thing to what you...
  2. [SOLVED] Re: Advice on booleans and yes/no inputs that deliver specific outputs

    Post the code so far - ie asking for the name, assigning it to a variable and using it to print the response. Almost certainly the next step will involve a boolean expression. (In fact it must,...
Results 1 to 2 of 2