* * * * * * *
* * ** * * ** * *
LetterV v1 = new LetterV( 7 );
System.out.println(v1.toString());
LetterV v2 = new LetterV( 4 );
System.out.println(v2.toString());
LetterN N1 = new LetterN( 5 );
System.out.println(N1.toString());
LetterN N2 = new LetterN( 10 );
System.out.println(N2.toString());
The following output should result:
* *
* *
* *
* *
* *
* *
*
* *
* *
* *
*
* *
** *
* * *
* **
* *
* *
** *
* * *
* * *
* * *
* * *
* * *
* * *
* **
* *