Created
June 12, 2020 10:41
-
-
Save SiAust/84f27008ed2bc04157edcb75b5311f66 to your computer and use it in GitHub Desktop.
Bumps the text by filling space.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Bumps the text by filling space to the left with whitespace | |
| System.out.printf("%20s%n", "hello:"); | |
| System.out.printf("%20s%n", "hello my old friend:"); | |
| System.out.printf("%20s%n", "hello, again:"); | |
| System.out.printf("%20s%n", "hello, once more:"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment