String.format
Printf-like format.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Write: String s = String.format("%d items", n);
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
Printf-like format.
Write: String s = String.format("%d items", n);