I hope that you could help me and solve this problem to me:
write a program to read lines of characters and prints the average number of vowels (a,e,o,i.u) and the average number of characters digits that appear in each line. the input is terminated by by intering '$'. you should consider all lower and upper vowels in the input.