These exercises allow you to practice using
print() and println().
Put your code in a file named "PrintingExercises.java", and make sure to name the class PrintingExercises.
+---------------------------------------------------------+ | #### | | #### | | #### | | | | | | Bill Gates | | 1 Microsoft Way | | Redmond, WA 98104 | | | +---------------------------------------------------------+
Display your initials on the screen in block letters as shown.
For the name Jorge Balderama Perez... JJJJJ BBBB PPPP J B B P P J B B P P J BBBB PPPP J J B B P J J B B P JJ BBBB P
In case you have no idea how to make a certain letter, there are some suggestions below.