Search:

Type: Posts; User: thretz

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    1,550

    Re: Java If Statement

    Everything works
    thanks again
  2. Replies
    9
    Views
    1,550

    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");
    }
  3. Replies
    9
    Views
    1,550

    Re: Java If Statement

    i am not very good at if statements.
    is it possible if you could give me an example please.
  4. Replies
    9
    Views
    1,550

    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.
  5. Replies
    9
    Views
    1,550

    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 5 of 5