hi
i am trying to count the occurrences of different words in a string array.
while(end of array)
{
while(end of array)
{
compare ith element with all other elements
inc counter
}
increment the element number
}
but i guess something is terribly wrong here as i am not able to get the required result. can someone point me out where i could have gone wrong!!! thanks!!!!