Question 5:
Write a program to accept a word and convert it in to lower case if it is in uppercase, and display the new word
by replacing only the vowels with the character following it.
Eg;
Sample input: Computer
Sample output: cpmpvtfr
Question 67
Using switch statement,write a menu driven program for the following:
a) To print the Floyd's triangle:
b) To display the following pattern
B
LL
23
4 5 6
7 8 9 10
estion 7.
UUU
EEEE
Answers
Answered by
0
Answer:
Write a program to accept a word and convert it in to lower case if it is in uppercase, and display the new word
by replacing only the vowels with the character following it.
Eg;
Sample input: Computer
Sample output: cpmpvtfr
Question 67
Using switch statement,write a menu driven program for the following:
a) To print the Floyd's triangle:
b) To display the following pattern
B
LL
23
4 5 6
7 8 9 10
estion 7.
UUU
EEEE
Similar questions