Search:

Type: Posts; User: CSUTD

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,209

    Re: What is wrong with my if/else statement?

    That is all you had to say...I saw it after you mentioned this.

    Thanks
  2. Replies
    3
    Views
    1,209

    What is wrong with my if/else statement?

    public static void main(String[] args)
    {

    int income = 0;
    char answer;
    String student, input;

    Scanner keyboard = new Scanner (System.in);
    ...
Results 1 to 2 of 2