1 /*C How to Program, 6/E, Deitel & Deitel.
3 Solution of exercise 2.25:
4 Print your initials in block letters down the page. Construct each block
5 letter out of the letter it represents as shown below.
25 Written by Juan Carlos Moreno (jcmhsoftware@gmail.com), year 2018.*/
31 printf("PPPPPPPPP\n");
47 printf("DDDDDDDDD\n");