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?....
User Profile
Collapse
-
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
...
No activity results to display
Show More
Leave a comment: