Guest User

Untitled

a guest
May 27th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. public class Kuusi {
  2.  
  3. public static void main(String[] args) {
  4.  
  5. // Tee tänne tehtävänannon mukainen ohjelma
  6. System.out.println(" *\n");
  7. System.out.println(" ***\n");
  8. System.out.println(" *****\n");
  9. System.out.println(" ********\n");
  10. System.out.println("**********\n");
  11. System.out.println(" *\n");
  12. }
  13.  
  14. }
Add Comment
Please, Sign In to add comment