Hi all
when I read a text file and split it to separated words, I found that the String length for the first word increases by one the number of letters.
for example if the first line is:
The changing of the seasons is caused by the changing position of the Earth in relation to the Sun.
gives me the length of (The) is 4
Where is the problem ?
when I read a text file and split it to separated words, I found that the String length for the first word increases by one the number of letters.
for example if the first line is:
The changing of the seasons is caused by the changing position of the Earth in relation to the Sun.
gives me the length of (The) is 4
Where is the problem ?