Write a series of functions, where each function prints out a block letter that appears in your initials. [In my case, I would have to write the functions blockg, blocki, blockp.]
Write the main program that invokes those functions so that your first name is printed out [In my case, I would have to call in order, blockg, blockp, blocki.]
Be sure to document the main program and each function. In the main program put, at least, your name, date, class and homework number, statement of problem. In each function, at least a statement of what it does.