Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    650

    Re: array searching the location in one line

    Can you describe in English what steps the program needs to take to solve your problem?
    Once you get a list of the steps needed, then work on writing the code to implement the steps.

    The posted...
  2. Replies
    5
    Views
    650

    Re: array searching the location in one line

    The first part would be printed first, then the part in red would be printed later inside of the search loop.
    Perhaps a counter or boolean value could be used to control the printing of the first...
  3. Replies
    5
    Views
    650

    Re: array searching the location in one line

    To print multiple items on a single line, do not include line-end characters between the items. Have a single line-end character at the end of the line.

    Please do not post images. Copy any text...
Results 1 to 3 of 3