Search:

Type: Posts; User: GregBrannon

Search: Search took 0.19 seconds.

  1. Replies
    7
    Views
    1,522

    [SOLVED] Re: Reading from a txt file and loop trouble

    Local variables must be initialized, as in:

    int localVariable = 0;

    printf() can be confusing. Your statement should look something like:

    System.out.printf(" %f| %f\n",...
  2. Replies
    7
    Views
    1,522

    [SOLVED] Re: Reading from a txt file and loop trouble

    Welcome to the forum. Good first post . . . except, please describe what you need help with. Ask a specific question or describe the problem. If you're getting compiler or runtime errors, please...
Results 1 to 2 of 2