|
list processing
I have 2files, each has different contents (like several sentences), how can I count them that how many words are in that files?
I xplaning it. in one file i've a sentence say "I am learning Java Programming. Java is OOP", in these line I've 8 words, but Java appears here 2 times, so how can I count all of them as Java apperas here twice?
can anyone please help me??????
|