Question: Make programs that read a line of input as a string and print a. Only the uppercase letters in the string. b. Every second letter
Make programs that read a line of input as a string and print
a.Only the uppercase letters in the string.
b.Every second letter of the string.
c.The string, with all vowels replaced by an underscore.
d.The number of vowels in the string.
e.The positions of all vowels in the string.
No object-oriented structure is required here just an exercise in loops and string maniuplation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
