Search:

Type: Posts; User: hippo1974

Search: Search took 0.08 seconds.

  1. Re: Searching for string values in a circular list

    Agreed on the name. BUT that equals is building from a class then onto another and then onto the list. This is an assignment and I had to play according to the rules.

    Have another headache as we...
  2. Re: Searching for string values in a circular list

    @KEVIN WORKMAN. This is the corresponding code in the main program.


    System.out.println("************** Circular list Surname Search*********************");



    String nameInput;
  3. Re: Searching for string values in a circular list

    Thanks Kevin workman. Problem solved. here under is what solved it.took me some time but did the trick .Will post just to share with those that might have followed the problem.


    public String...
  4. Re: Searching for string values in a circular list

    Thanks for the reply KevinWorkman. My apologies for the length of code. Here under is a print screen of what i have done till this point. Basically this is the breakdown in words.

    class AnyClass...
  5. Searching for string values in a circular list

    Hello Everyone,

    1st and foremost I would like to greet all forum members. I am having a nightmare trying to set this program to search for string values with-in a circular list. My objective here...
Results 1 to 5 of 5