Search:

Type: Posts; User: Silvanoshei

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: Help me understand Delimiter limitations?

    A simple no would have sufficed Junky. You made me realize the importance of attitude and communication in the business world though. Even though I'm new at programming and still getting my feet...
  2. [SOLVED] Re: Help me understand Delimiter limitations?

    So can you use a delimiter to skip passed Doubles?
  3. [SOLVED] Help me understand Delimiter limitations?

    I'm trying to scan a string from a file that has int, words and double numbers. I want to just print the words, how do I ignore the double type numbers in the file? I was thinking this would...
  4. Replies
    1
    Views
    1,102

    [SOLVED] While Loop Using Char

    solved
    }

    I've debugged the problem to line solved, why doesn't it return index? It just goes into a infinite loop?
  5. Replies
    3
    Views
    1,291

    Re: Game w/ If Statements

    I'm going to add a instance variable to help me keep track. If you use the shoot() method, and it produces a result, enemiesUp... how would you mathematically do that? Cause, enemiesUp = enemiesUp...
  6. Replies
    3
    Views
    1,291

    Game w/ If Statements

    Suppose your writing a simple game code and you want to have the user select any number of stages and each stage has 10 enemies and you only get 2 shots per stage (that the user can input). Lets...
  7. Replies
    3
    Views
    971

    Re: Simulating a truck problem.

    If you ..

    return variable;

    How does one get that variable to not return 98 but 0000000098 ?
  8. Replies
    3
    Views
    971

    Simulating a truck problem.

    Hi java members! I'm new to the boards and java, hope we can solve and help all here!

    Lots of issues but....
    1st Problem is this: how does one return a value with ten zeros with the value...
Results 1 to 8 of 8