Advertisement
Mishkafofer

Mooc.Fi Wee1, ex 3

Sep 9th, 2017
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.39 KB | None | 0 0
  1. public class Spruce {
  2.  
  3.     public static void main(String[] args) {
  4.  
  5.         // Write code here
  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.        
  13.        
  14.        
  15.        
  16.        
  17.     }
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement