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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!