Computer Science, asked by mamtasingh1980ballia, 20 days ago

len functions returns the number of _ in specified string

Answers

Answered by sumitbalaji2008
1

the LEN function to count the number of words in a text string. This can be done by counting the number of spaces between words. If I know the number of spaces in between words, then I can add 1 to it and that will be the number of words in the sentence.

Similar questions