Search:

Type: Posts; User: JJeng

Search: Search took 0.08 seconds.

  1. Thread: SOS

    by JJeng
    Replies
    4
    Views
    1,218

    Re: SOS

    So, just to fully comment the program:
    class LinearSearching
    {
    public static void main(String[] args)
    {
    int data[] = {11,23,54,34,44,76};//array of information you are searching through...
  2. Thread: SOS

    by JJeng
    Replies
    4
    Views
    1,218

    Re: SOS

    Hello, I am having trouble understanding your goal. But first, basic arrays are of fixed size. You cannot put an additional item in it like you tried to do in line 9 with n+1, you will run into...
Results 1 to 2 of 2