Search:

Type: Posts; User: thretz

Search: Search took 1.56 seconds.

  1. Replies
    3
    Views
    176

    Re: Need some help on my if statment.

    Thats right. How would i do it?
  2. Replies
    3
    Views
    176

    Need some help on my if statment.

    Hello, I need some help with my if statement.
    I want to create a simple text base game.
    The game begin with the character reaching the top floor of a castle and encounters the final boss. The...
  3. Replies
    9
    Views
    403

    Re: Java If Statement

    Everything works
    thanks again
  4. Replies
    9
    Views
    403

    Re: Java If Statement

    thanks for your help

    this is what i did

    int three=Integer.parseInt(text6.getText());
    if(three<40)
    {
    text7.setText("Fail");
    }
  5. Replies
    9
    Views
    403

    Re: Java If Statement

    i am not very good at if statements.
    is it possible if you could give me an example please.
  6. Replies
    9
    Views
    403

    Re: Java If Statement

    ok, so i should do something like

    int three=Integer.parseInt(text6.getText());
    if(three == <40);

    I then get an error on the if statement line.
  7. Replies
    9
    Views
    403

    Java If Statement

    Hi Everyone,

    I am developing a java application and i was wondering if anyone could help me.
    I was trying to do an if statement where if i click on the view report button it checks the value if...
Results 1 to 7 of 7