Write a procedure to output how many odd and even digit given number have. Example: Input: "12345" Output: "Odd digit: 3, Even digit: 2" • count and output the number of occurrences of each vowel (a, ...