Search:

Type: Posts; User: ggmike

Search: Search took 0.11 seconds.

  1. Re: (Total Beginner): Any suggestions on how to do that?

    Wow I'm actually not taking any lessons...I just want to start java myself so I may not know some basic staff like the steps in your post.(That are really helpful and a huge thanks for that!)

    Yes...
  2. Replies
    7
    Views
    1,616

    Re: (TOTAL BEGINNER)Stupid problem but still...

    Yeah I just learned the if and switch statement....(or I believe so):rolleyes:
  3. (Total Beginner): Any suggestions on how to do that?

    Ok so what I want to do is to make a "grade system " for students so that when I insert the mark (number) it will give me a string with a grade...like

    For mark 30 and below the grade will be...
  4. Replies
    7
    Views
    1,616

    Re: (TOTAL BEGINNER)Stupid problem but still...

    WOW I didn't thought of that... Nice, thanks mate!
  5. Replies
    7
    Views
    1,616

    Re: (TOTAL BEGINNER)Stupid problem but still...

    OHH god I know what it was wrong XD

    The code right above this one was:

    System.out.println(age + age++);

    Which made my age + 1 so when I put 50 it was 51 thats why it was giving me that I...
  6. Replies
    7
    Views
    1,616

    (TOTAL BEGINNER)Stupid problem but still...

    Well I'm totally new to java so I may be posting stupid/easy to find questions, but could someone please tell me why this happens?

    Ok so this is my code :


    int age = 50
    System.out.println(age...
Results 1 to 6 of 6