Problem
Write an Ada program that will print your initials in large block letters, with each letter made up of the same character it represents. The letters should be a minimum of seven printed lines high and should appear in a row.
Be sure to include appropriate comments in your program, choose meaningful identifiers, and use indentation as we do in the programs in this chapter.