/// Name: Kabir Virk
/// Period: 6
/// Program Name: YourInitials
/// File Name: YourInitials.java
/// Date Finished: 9/11/2015
public class YourInitials
{
public static void main( String[] args )
{
System.out.println( "K K SSS V V ");
System.out.println( "K K S S V V ");
System.out.println( "K K S V V ");
System.out.println( "KK SSS V V ");
System.out.println( "K K S V V ");
System.out.println( "K K S S V V ");
System.out.println( "K K SSS V ");
}
}