Write a program that stores a phrase as an array of words, and then prints it backward. The main method calls method getInput , which asks the user how many words there are, stores them in an array, and returns this array. printBackwards then take this array of words and prints it in reverse. For example, if the words were "Today" "is" "Monday" your method will print "Monday is Today"
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here