Search:

Type: Posts; User: samfin

Search: Search took 0.08 seconds.

  1. Thread: HELP PLEASE

    by samfin
    Replies
    6
    Views
    1,005

    [SOLVED] Re: HELP PLEASE

    Mine isn't doing that, this is what I've got and its working as you say it should. Can you see what's different from yours`


    import java.io.*;
    public class gender{
    public static void...
  2. Thread: HELP PLEASE

    by samfin
    Replies
    6
    Views
    1,005

    [SOLVED] Re: HELP PLEASE

    Your problem is your if statements. At the moment you've got gender==f
    And from this statement

    int m=0, f=0;

    f and m are integers.

    f is an int so when you type 'f' it won't match. You need...
  3. Thread: HELP PLEASE

    by samfin
    Replies
    6
    Views
    1,005

    [SOLVED] Re: HELP PLEASE

    Hi,

    I've ran this and it does say Enter gender but it won't work beyond that. I'm guessing you want to enter m and it prints MALE and f to print FFEMALE. If you do then you've got gender==f and...
Results 1 to 3 of 3