Search:

Type: Posts; User: Mr.777

Search: Search took 0.42 seconds.

  1. Replies
    6
    Views
    2,560

    Re: HELP WITH MY BEGINER JAVA CODE..

    No.
    And, look at your code, try thinking from the first if to the last, what's the value and why it goes for 'D'. There is problem in your logic actually.
  2. Replies
    6
    Views
    2,560

    Re: HELP WITH MY BEGINER JAVA CODE..

    if (marks>=50 && marks<=100){
    // Do this
    }else if...
    ...
    ...
    ...
    }else{
    // Do this
    }
Results 1 to 2 of 2