Search:

Type: Posts; User: dmanmeds

Search: Search took 0.08 seconds.

  1. Replies
    18
    Views
    1,059

    Re: help fix this code

    I think I am getting really close I have this code. this method makes it so there is a line of the specified number of tokens then creates a new line. The only problem now is that it does not include...
  2. Replies
    18
    Views
    1,059

    Re: help fix this code

    from your note I think you were trying to tell me that since the if statement is true then it won't go on to execute anything after it
  3. Replies
    18
    Views
    1,059

    Re: help with this code

    kevin-I tied to fix it up

    Norm- what kind of statement would i have to use to get it to print the token then print a line if it is divisible by a certain number? oh and yes that is the same...
  4. Replies
    18
    Views
    1,059

    help with this code

    I am trying to get my code to to print out a certain number of tokens in a line then make a new line. The number is determined by a number entered to the console. How do I get it to do this. I have...
  5. Replies
    18
    Views
    1,059

    Re: help fix this code

    Sorry for asking so many questions but I think I might me getting somewhere now. my professor told me make a TokenStore object t inside TokenDriver.

    Read in a line of text s

    Then: ...
  6. Replies
    18
    Views
    1,059

    Re: help fix this code

    would this be how a method like that looks like? I get an error with this but if I am on the right track then I could probably figure it out. Do you think I would be able to get an example of what a...
  7. Replies
    18
    Views
    1,059

    Re: help fix this code

    what i am really having trouble on is storing the tokens from TokenDriver in an array in the other class Token Store
  8. Replies
    18
    Views
    1,059

    Re: help fix this code

    right now the code asks for a line then prints the tokens, but i need it to ask for multiple lines of strings, turn them into tokens then print the tokens

    the program wants me input a number (lets...
  9. Replies
    18
    Views
    1,059

    help fix this code

    how do i get the inputed strings to print out after i turn them into tokens ? I need it to ask for a number and then multiple lines of strings, turn them into tokens, then print them out.



    ...
Results 1 to 9 of 9