User Profile

Collapse

Profile Sidebar

Collapse
dnatzic
dnatzic
Last Activity: Oct 29 '07, 03:20 PM
Joined: Nov 16 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dnatzic
    replied to while loop question (Write to a file)
    in Java
    Hello,

    That clears up writing to a file, but how do I include my data that typically would go to the screen such as System.out.prin tln("Sum of the squares of odd integers between ") to end up in the file with the appropriate seperators?....
    See more | Go to post

    Leave a comment:


  • dnatzic
    started a topic while loop question (Write to a file)
    in Java

    while loop question (Write to a file)

    // I have a block of code that runs okay but I need to write all the data to a file placing the appropriate label between each section of output. How would I do that?.

    import java.io.*;

    public class Ch5_PrExercise9
    {
    static BufferedReader keyboard = new
    BufferedReader( new InputStreamRead er(System.in));

    public static void main(String[] args) throws IOException
    ...
    See more | Go to post
No activity results to display
Show More
Working...