Built in Functions
Built in Functions
• Write a C program that will serve as a string manipulation program that will
include the following menus:
(1) Count the Vowels and Consonants
(2) Convert to Uppercase
(3) Convert to Lowercase
(4) Reverse String
(5) Concatenate String
The end user should choose what action to do based from the options in the menu. Invalid
inputs should not be accepted and will cause exit from the program.
Before the user will be able to access the program, the end user should input first the valid
username, otherwise access to the system will be denied and will cause exit from the
program.