Java program to format the text blocks strings using formatted() method
KW.java
Output
kodingwindow@kw:~$ javac KW.java
kodingwindow@kw:~$ java KW account_no: 25622348989 name: James Moore city: Phoenix amount: 5000.00 kodingwindow@kw:~$
What Next?
Java Inheritance
Advertisement