Search:

Type: Posts; User: TommyFiz

Search: Search took 0.07 seconds.

  1. Replies
    10
    Views
    2,461

    Re: MORE java homework help.

    Today in class I was wondering why he STILL wasn't talking about arrays and the assignment was due on Friday, and I found out I actually skipped a chapter and just assumed we were supposed to do the...
  2. Replies
    10
    Views
    2,461

    Re: MORE java homework help.

    Sorry, I forgot to attach code


    while(!"quit".equals(input)){
    System.out.println("Please enter a name: ");
    personName[x] = keyboard.nextLine();
    input = personName[x];
    if(input ==...
  3. Replies
    10
    Views
    2,461

    Re: MORE java homework help.

    I tried to understand what you were saying, and this is where I'm at now. I haven't got as far as making another class, thats going to be a whole nother story.

    Anyways, why isn't the if statement...
  4. Replies
    10
    Views
    2,461

    MORE java homework help.

    The goal for this project was to allow a user to input the name and age of a person, as many times as they want, until they type "quit". After they type quit, the program is to print the name and...
Results 1 to 4 of 4