Search:

Type: Posts; User: kl2eativ

Search: Search took 0.08 seconds.

  1. Re: Problems with incrementing/decrementing in a for loop..

    yeah i get what you are saying with the values.
  2. Re: Problems with incrementing/decrementing in a for loop..

    I am using the substring for the name which starts at 0 and subtracts on at the end from each line , not for the length of each line on the left, which I want scounter to do that correct??
  3. Re: Problems with incrementing/decrementing in a for loop..

    I am trying to get scounter = String.length then substract scounter 1 (scounter --) each time??

    public static void DisplayName(String MyNameDisplay[]) //Method for displaying my name with one...
  4. Re: Problems with incrementing/decrementing in a for loop..

    I posted the instruction in my previous post. Yes I understand them. I need to print out my name eliminating the last character on each line until it reaches to the first one and printing out the...
  5. Re: Problems with incrementing/decrementing in a for loop..

    Using a for loop, display to the screen, the string containing your name so that each loop will NOT contain the last character on the previous line, with the length of the string being printed, and...
  6. Re: Problems with incrementing/decrementing in a for loop..

    I was trying to mess with the loops and see.It goes down from 32 to 31 and so on. I need a loop that goes from String.length to 0 I guess?
  7. Re: Problems with incrementing/decrementing in a for loop..

    Thank you guys for all the input. Actually this is my second program in Java, the professor never mentioned anything about pencil and paper. For just being my second program I think I did pretty good...
  8. Problems with incrementing/decrementing in a for loop..

    Hello. I cant figure this out. This is what i am getting.

    Displaying my name substracting one character.
    1[ Hector & Jorge % Farinas ]
    1[ ector & Jorge % Farinas ]
    1[ ctor & Jorge % Farinas ]...
Results 1 to 8 of 8