Pattern of your own name.
  Pattern program of your own name.   This is a pattern program, in this program you just have to enter your name and it will give you output in a particular manner. I have created this program when I was in class 10th for my Computer Application project.      NOTE:  If you are copying my code then its a advise to you to copy it after downloading it to avoid any kind of compilation error its link is available at the bottom of source code.        SOURCE CODE         import java.io.*;   public class Patter_of_your_Own_Name   {   public static void main(String args[])throws IOException   {   int time=1;   BufferedReader br=new BufferedReader(new InputStreamReader(System.in));   do   {   System.out.print("\n\t\t\tPLEASE,ENTER YOUR GOOD NAME IN CAPITAL LETTER           :");   String str=br.readLine();   int flag=0;