Question: Question 1: Write a program that take a word from user until the user input stop, then output all the word backward which the user

Question 1: Write a program that take a word from user until the user input "stop", then output all the word backward which the user previous input. Please use array to do it, not the recursion. (Max word capacity is 10, so user does not allow to input more than 10 words.) Example output: Enter a word ('stop' to end program): guozhen Enter a word ('stop' to end program): am Enter a word ('stop' to end program): I Enter a word ('stop' to end program): Hello Enter a word ('stop' to end program): stop Hello I am guozhen iex
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
