public class Initials { public static void main( String[] args) { System.out.println( "JJJJJ RRRR W W" ); System.out.println( " J R R W W" ); System.out.println( " J R R W W" ); System.out.println( " J RRRR W WW W" ); System.out.println( "J J R R WW WW" ); System.out.println( "J J R R WW WW" ); System.out.println( " JJ R R W W" ); // if this is what coding is, its really not that hard } }