Java Software Solutions > PP1.8 > Solution

Problem:

Write an application that prints a paragraph from a novel of
your choice.

Output:

Not available.

Solution:

class Initials
{
   //-----------------------------------------------------------------
   //  Prints some initials in block letters.
   //-----------------------------------------------------------------
   public static void main (String[] args)
   {
      System.out.println ();
      System.out.println ("JJJJJJJJJJJ      A       LLL");
      System.out.println ("JJJJJJJJJJJ     AAA      LLL");
      System.out.println ("     JJJ       AA AA     LLL");
      System.out.println ("     JJJ      AA   AA    LLL");
      System.out.println ("     JJJ     AA     AA   LLL");
      System.out.println ("     JJJ     AAAAAAAAA   LLL");
      System.out.println ("     JJJ     AAAAAAAAA   LLL");
      System.out.println ("JJ   JJJ     AA     AA   LLL");
      System.out.println ("JJJJJJJJ     AA     AA   LLLLLLLLLL");
      System.out.println ("JJJJJJJJ     AA     AA   LLLLLLLLLL");
      System.out.println ();
   }
}


No comments :

Post a Comment

Follow Me

If you like our content, feel free to follow me to stay updated.

Subscribe

Enter your email address:

We hate spam as much as you do.

Upload Material

Got an exam, project, tutorial video, exercise, solutions, unsolved problem, question, solution manual? We are open to any coding material. Why not upload?

Upload

Copyright © 2012 - 2014 Java Problems  --  About  --  Attribution  --  Privacy Policy  --  Terms of Use  --  Contact