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 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
Step: 1
Heres a Java class named FinalExamAnswersjava with the manipulateString method that accomplis...See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started