Search:

Type: Posts; User: Usoda

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    2,420

    [SOLVED] Re: Linear array search(without Arraylist)

    Sorry guys it isn't suppose to RETURN anything.. However it is suppose to have print statements for the user inside the method as requested by the instructor. This quote below, as posted before - I...
  2. Replies
    9
    Views
    2,420

    [SOLVED] Re: Linear array search(without Arraylist)

    This is my working code. It works for what I have tested it for, but I am not sure if I have ran all the conditions for it too pass. Other than that I believe this is solved. Unless you guys see...
  3. Replies
    9
    Views
    2,420

    [SOLVED] Re: Linear array search(without Arraylist)

    All i need to do is somehow stop the loop from printing my else statement if IF is true. It will run through both if and else and print them and will print only my IF when it finds the index?
  4. Replies
    9
    Views
    2,420

    [SOLVED] Linear array search(without Arraylist)

    I have a method that is SUPPOSE to prompt the user to enter the name of the item to search for. If it exist then say it was found and return the index number. if it doesn't then tell them it doesn't....
Results 1 to 4 of 4