English, asked by shreyasharmaax2007, 10 months ago

letter to the principle to increase academic hours and reduce sports ones

Answers

Answered by dsyadav101
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