Question: Java program 5.2 TASK Using the String format method just once, display the integer values 1,10, 100, 1000 each on its own line right justified
Java program 
5.2 TASK Using the String format method just once, display the integer values 1,10, 100, 1000 each on its own line right justified 1.e. 1 10 100 1000 Hints: . Inserting the character sequence in a string embeds a line throw in the string e.g. "line 1nline2" This kind of alignment is only possible with non-proportional fonts where all characters have the same width. You can click the font button on the application shell's window to switch between proportional and non-proportional fonts
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
