How to read the file , to take input in single line code
Example :
file name : 1.txt
content :
20
10
11
I want to read 20 , 10 , 11 line by line
Hi coder777,
But the requirement is I don't know the number of values , It may be n Number of input not three.