Need a solution to read and store data from a file
Hii everyone...I want to know how to store the input values which are read from a file. The input values are all double values in a line separated by spaces. I want to read these values one after the other and store in a double typed variable.
I actually wrote,
FileReader fr=new FileReader(filename);
BufferedReader in=new BufferedReader(fr);
while(true)
{
String line=in.readLine();//here i cud read the line
Please help me.
Thanks...
hello... hello... hello....
There seems to be an echo in this posted thread ...
Anushaanni... look in the above posts...
CJSL