letter to the principle to increase academic hours and reduce sports ones
Answers
Answered by
2
String str = "Java is the language";
String first = str.split(" ")[0];
str = str.replace(first, "").trim();
str = str + " " + first;
System.out.println(str);
Mark me BRANLIST
Similar questions