
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?
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.