Search:

Type: Posts; User: Mugambbo

Search: Search took 0.28 seconds.

  1. Replies
    6
    Views
    1,401

    Re: If Statement - Check for two thinks

    Well-done Nick! You seem do be doing well. I hope you have something like this after the last part of the code you posted?


    String letterInputed = userInput.next();

    If you do, your if...
  2. Replies
    6
    Views
    1,401

    Re: If Statement - Check for two thinks

    Hello Nicken99, you seem to be using the 'toLowerCase()' method in the wrong place. This is what you should do,

    userInput.toLowerCase().equals("h"); or you could use

    ...
Results 1 to 2 of 2