Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Please Help. Urgent. For loops and printing to output statement.

    myOut.printf("%4d", rnumber);
    That code will write one number to a file.

    Where is the code to write the rest of the numbers to the file?
  2. Re: Please Help. Urgent. For loops and printing to output statement.

    That sounds like the code is writing the current number to the file replacing all the other values written to the file. Only the last number written will be in the file.

    If you want all the data...
  3. Re: Please Help. Urgent. For loops and printing to output statement.

    What is written to the output file?
Results 1 to 3 of 3