Question: I need to create a while loop with the code that has been provided. I need to create that sample output as well. Here are

I need to create a while loop with the code that has been provided. I need to create that sample output as well. Here are the codes...
Runner:
//(c) A+ Computer Science //www.apluscompsci.com //Name import static java.lang.System.*; public class WordRunner { public static void main ( String[] args ) { //add test cases } }
Other Code:
//(c) A+ Computer Science //www.apluscompsci.com //Name import static java.lang.System.*; public class Word { private String word; public Word() { } public Word(String s) { } public void setString(String s) { } public char getFirstChar() { return 0; } public char getLastChar() { return 0; } public String getBackWards() { String back=""; return back; } public String toString() { return ""; } }
Sample Data : Hello World JukeBox TCEA UIL Sample Output : H O olleH Hello W d dlrow World J x xoBekuj JukeBox T A AECT TCEA U L LIU UIL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
