This programs enhances problem solving skills using c for entry level students
Problem 1: You will be given a string 'str'. Your task is to find the number of vowels in 'str' and print it
Example
input:
loop
output:
2
Example
input:
vvce
output:
ecvv
Problem 3: You will be given a string 'str'. Your task is to check whether 'str' is a palindrome or not.
Example
input:
Radar
output:
Palindrome