Question: write a c++ program that creates a one dimensional array to ask the user to enter 8 words and store them in word[] array. call
write a c++ program that creates a one dimensional array to ask the user to enter 8 words and store them in word[] array. call the function get_avg_total to find the total number of characters and average words length ,
the program should look like this
"
please enter 8 words !
for
want
he
she
swithc
left
right
done
the words entered are !
for
want
he
she
swithc
left
right
done
the total number of characters in the array is : 30
the average word length is : 3.234
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
