Search:

Type: Posts; User: paco

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    1,291

    Re: How to search through values of Array?

    can you please explain this piece of code to me and the use for it? I am trying to understand it why the scanner is being used and what bookData is doing. thanks



    // Create 10 books with the...
  2. Replies
    10
    Views
    1,291

    Re: How to search through values of Array?

    hi greg before I just saw your code I got something similar to yours, but it excludes making a method and it turns out it is not working, but the part of code that I got is pretty much identical to...
  3. Replies
    10
    Views
    1,291

    Re: How to search through values of Array?

    Hey thanks for your help and patience, but unfortunately I still do not understand what you doing. It seems like your first piece of code is trying to just go through the book list and display the...
  4. Replies
    10
    Views
    1,291

    Re: How to search through values of Array?

    Ok I dont understand how you can use the for loop to store the data for each book. If I use a loop won't they all be named the same and have the same parameters, if there is a way to avoid this I...
  5. Replies
    10
    Views
    1,291

    Re: How to search through values of Array?

    Hi there greg, I can't use the for loop because I have to declare my 10 books to be uniquely different from another ( i simply just put hi for the values of name for now), essentially 10 different...
  6. Replies
    10
    Views
    1,291

    How to search through values of Array?

    Hello everyone, I am java noob so please bear with me, I have two classes for a program thats supposed to search for books but I am currently stuck!. Where I am stuck is at the bottom of the...
Results 1 to 6 of 6