Advertisement
476179

new

Sep 20th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. package lessons;
  2.  
  3. public class New
  4. {
  5.  
  6. public static void main(String[] args)
  7. {
  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. System.out.println("********* * * * * *");
  17. }
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement