Advertisement
ralphdc09

itf106.pr.wk02.number01

Jul 30th, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.83 KB | None | 0 0
  1. package pr.wk02;
  2.  
  3. public class number01 {
  4.     public static void main(String[] args) {
  5.         System.out.println();
  6.         System.out.println("           *******       *******          ******");
  7.         System.out.println("           **    **      **     **       **");
  8.         System.out.println("           **     **     **      **     **");
  9.         System.out.println("           **     **     **       **    **");
  10.         System.out.println("           **    **      **       **    **");
  11.         System.out.println("           ** ***        **       **    **");
  12.         System.out.println("           **    **      **      **     **");
  13.         System.out.println("           **     **     **     **       **");
  14.         System.out.println("           **      **    *******          ******");
  15.         System.out.println();
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement