Question: Create using C# only . This should be implemented using the mutator-accessor (properties) of Encapsulation . Show your output. Write a program which takes input
Create using C# only. This should be implemented using the mutator-accessor (properties) of Encapsulation. Show your output.

Write a program which takes input as string and then implement the logic to findout Uppercase Consonants, Lowercase Consonants, Uppercase Vowels, Lowercase Vowels in string. Example: 1.1f string is "This is Programr" then the output should be: Uppercase Consonants = 2. Lowercase Consonants = 8. Uppercase Vowels = 0. Lowercase Vowels = 4. Number of vowels = 4. 2.If string is "This Program for findout Vowels and Consonants" then the output should be: Uppercase Consonants = 4. Lowercase Consonants = 23. Uppercase Vowels = 0. Lowercase Vowels = 13. Number of vowels = 13
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
