Hello, this is my first time asking a question on this site, I hope you'd be able to help me...
I'm trying to solve these questions, I did my best but couldn't reach a correct solution... I'd really appreciate your help
1. Draw a flowchart for a program that prompts the used to enter 200 characters into an array of one dimension. Program should display a count of the occurrences of the 5 vowels (a,e,l,o,u) in the array.
2. Draw a flowchart for a program that prompts the user to enter 10 integer numbers into an array of one dimension. Program should print the number of integer numbers whose value is less than the average value and the count of integers less than the average.
Thanks again...