Search:

Type: Posts; User: jps

Search: Search took 0.20 seconds.

  1. Re: Trying to get one line of my string to print and then scramble the code. Cant figure it out.

    Your strings are stored in an array.
    Arrays are accessed through the index number of their position in the array. Think of it like a train, where the engine is the first element, at position zero....
  2. Re: Trying to get one line of my string to print and then scramble the code. Cant figure it out.

    If you want something to happen only once, then inside the body of a loop may not be the best place for that statement.

    Move your print statement out of the loop. Don't forget to decide which word...
  3. Re: Trying to get one line of my string to print and then scramble the code. Cant figure it out.

    Welcome to the forum.

    Please use code tags when posting code. See the Announcements page if you need hlep.

    What does the program do so far? Does it compile and run? Where are you stuck?
Results 1 to 3 of 3