|
read last letter from line
If I have an input file with one word on each line, how do I recognize, it is the last letter of the word in that line.
In other words, is there a tag for End of line like EOF.
Please help. This is the last step in my program.
|