Saved Bookmarks
| 1. |
Write a program to accept a string and do the following.a) Count number of consonants.b) Replace all uppercase vowels with „$‟c) Remove all spaces from the stringd) Interchange the first and last letter of each word in the stringPrint all the details as per above process. |
|
Answer» CLS INPUT "what is your NAME",I Print "HI"I"how are you?" |
|