String result = todo + " " + what + " is done."; System.out.println("Did " + todo + " to " + what); return result;
return doSomething("that", what);
return doSomething("this", what);