Search:

Type: Posts; User: ATB

Search: Search took 0.12 seconds.

  1. Re: create new file, ask user to write in it, save finally print content of file

    so how do i save to the file? cause the current code already askes the user for age and prints it out?
  2. Re: create new file, ask user to write in it, save finally print content of file

    I have attempted a new code and got a little further.
    I do still have to figure out how to save to the created file.



    package assignment7;

    import java.io.*;
    import java.util.*;
    public...
  3. create new file, ask user to write in it, save finally print content of file

    1. creates a file.
    2. ask user to write into that file
    3. save the file
    4. print content of file.

    is my current exercise
    so far i have gotten the code to create a file

    what should i use to...
Results 1 to 3 of 3