shantuli 0 Newbie Poster

hello everyone,
i am very new in java.can anyone please help me to solve the following problem:


Write a program that will print my initials to standard output in letters that are nine lines tall. each big letter should be made up of a bunch of *'s. for example, "DJE",


and
write a program using a loop to draw the following figure:

*****
*****
*****


******
*.......*
*.......*
******

"......" means free space.blank space.


*
**
***
****
*****

shantuli :o