Search:

Type: Posts; User: mwebb

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Printwriter class: displaying File contents to screen with included formatting?

    I guess I see what your saying. I didn't think of it that way, I just always looked at things in length. Alright, I'll submit my assignment that prints to terminal and file. It does seem ridiculous...
  2. [SOLVED] Re: Printwriter class: displaying File contents to screen with included formatting?

    I would think the design would be more efficient. I tried to minimize the amount of code as much as possible while obtaining the desired result. Otherwise my teacher will tell me to re-correct it...
  3. [SOLVED] Re: Printwriter class: displaying File contents to screen with included formatting?

    It looks fine in the file:



    Hurricanes 1980 - 2006

    Year Hurricane Category Pressure (mb) Wind Speed (mph)
    ========================================================================
    1980 ...
  4. [SOLVED] Re: Printwriter class: displaying File contents to screen with included formatting?

    Classes I used:

    import java.io.PrintWriter;
    import java.util.Scanner;
    import java.io.File;
    import java.io.IOException;

    This is what is being printed.
  5. [SOLVED] Re: Printwriter class: displaying File contents to screen with included formatting?

    I'm mainly using escape characters and printf. I don't know anything about readLine yet. I know why I got what I got, I just don't know how to get what I got in the first picture without printing...
  6. [SOLVED] Printwriter class: displaying File contents to screen with included formatting?

    I have a Java assignment that I have been having real trouble with. I almost finished it finally, but the thing is that I have to display weather statistics (based on data calculated or imported from...
Results 1 to 6 of 6