9. Write a program to count the number of words in a sentence.

SUBSCRIBE TO OUR NEWSLETTER
You May Also Like
What is the output of the following program? Soln: Suruma n=2 ra c=1 xaAni while c<=10 bhaneko c chai 10 wa 10 bhanda kam huda samma loop bhairahanxa. Bhanepaxi looping sakk ...
11. Write a progra to find whether the supplied word is palindrome or not. A word is called palindrome, if it reads the same from both the sides. (e.g. MADAM) CLS INPUT "Enter a word:"; w$ FOR i = LEN(w$) TO 1 STEP -1 m$ = MID$(w$, i, 1) ...