can you help me answer this problems??,
February 9, 2009 at 8:52 PM
1. Write a program using one-dimensional array that calculates the sum and average of the five input values from the keyboard and prints the calculated sum and average.
2. Write a program using one-dimensional array that accepts 10 numbers. Show or display the numbers in ascending order. Use array to hold the values.
3. Write a program that accept a string and counts the number of vowels and consonants of the inputted string.