
Write a class that displays your first name vertically down the screen â?? where each letter uses up to 5 rows by 5 columns of a character input by you with a blank line between each letter.
Note: each letter being displayed should have the lines of code needed to
display that letter in a method with the following name (for example, for
letter A,
public displayLetterA()
{
code goes in here
},
...and my names hayley ... anyone? help?