In our eleventh lab, you will write a simple program in C with your partner.
Write a program that takes character input from the user and only keeps the even digits and lowercase vowels. You can assume the max input size is 16 characters.
Example:
Enter string: 1234computer Result: 24oue All user process have completed.