Assignment 2

Write a program that uses the symbol * to draw the letter F or the letter N

Enter a letter (f or n): f

Enter the height and width: 7 5

*****

*

*

*****

*

*

*

Enter a letter (f or n): n

Enter the width: 7

*     *

**    *

* *   *

*  *  *

*   * *

*    **

*     *