Don't use System.out.printf() as that method prints things to the console.

Instead look in the String API docs for a method that formats things the same way printf() does, but which returns a...