I need to:
Create a Program that Can Write to a File From User Input. Then After a Period of 3 Minutes- The program should display the contents of that file. After Five Minutes it should tell the user to log off.
Things I was told to look for:
user input from the command line
write to a text file
create a timer in java
read a text file and display on the screen
-Do you have any suggestions on how I should get about doing this?
Thank you


