write a function that takes a string; if the length of a string is even, the function should add a star (*) at the beginning of a string and removes the last letter; else, the function should add a star at the end of a string and removes the first letter. the function, then, capitalizes all letters and returns the new string write another function that takes a string, replaces all consonant letter with * and all vowel letters with