Simple assignment - create a java program to print j a v v a
j a a v v a a
j j aaaaa vv aaaaa
jj a a v a a
I'm using a 2d array rather than escape characters and print sequences but can anyone thing of a more efficient way of coding this? As it is I'm manually setting the non-null characters by hand with the odd for loop where I can, for example the 3 j's in a row downwards
EDIT - pattern isn't being kept, basically I'm to spell out java 4 lines high creating the larger characters with the character they represent, think ascii art.