i have a file consists of each word in a line.
eg:- file consists of
9/20/16
11:00
vamsi
I want to make each line as an input to console when ever it waits for input eg:- console is like
PLEASE ENTER TODAY'S DATE : 9/20/16
PLEASE ENTER CURRENT TIME : 11:00
PLEASE ENTER USER NAME : vamsi
It should take input from the file line by line like above.