Assignment #8

Your Initials

///Name: Mutsu Osoegawa
///Period: 7
///Project Name: Your Initials
///File Name: YourInitials.java

class YourInitials {
    public static void main(String[] args) {
        System.out.println("MM          MM   K  K      OOOOOOO"   );
        System.out.println("M M        M M   K K      O       O"  );
        System.out.println("M  M      M  M   KK      O         O" );
        System.out.println("M   M    M   M   K K     O         O" );
        System.out.println("M    M  M    M   K  K     O       O"  );
        System.out.println("M     MM     M   K   K     OOOOOOO"   );
      }
}