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 string
d) Interchange the first and last letter of each word in the string
Print all the details as per above process.
Answers
Answered by
0
Answer:
CLS
INPUT "what is your name",I
Print "hi"I"how are you?"
END
Similar questions