Question: Write a Class named Final ExamAnswers.java In the class, create a public static method named manipulateString that asks the user for a sentence using

Write a Class named Final ExamAnswers.java In the class, create a public static method named manipulateString

Write a Class named Final ExamAnswers.java In the class, create a public static method named manipulateString that asks the user for a sentence using the Scanner. Use the String class's split method to split the text into an array of Strings using " " (space) as the delimiter. Print the words of the sentence in reverse order. The words at odd indexes should have all their characters converted to lowercase. The words at even indexes should have all their characters converted to uppercase. Example Run: Enter a sentence: User enters: "Now is the time for all good programmers to come to the aid of their country" Method prints: "country THEIR of AID the TO come TO programmers GOOD all FOR time THE is NOW"

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a Java class named FinalExamAnswersjava with the manipulateString method that accomplis... View full answer

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 Programming Questions!