-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTree.Java
More file actions
24 lines (18 loc) · 744 Bytes
/
Tree.Java
File metadata and controls
24 lines (18 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Define your tree class in this file!
public class Tree {
public static void main(String[] args) {
System.out.println("Hey there, i'm ROMA0589 and i'm learning to code in Java!");
System.out.println("I’m going to plant a tree today!” or “Ready to get my hands dirty!");
System.out.println(" * ");
System.out.println(" *** ");
System.out.println(" *** ");
System.out.println(" * ");
System.out.println(" * ");
System.out.println(" * ");
System.out.println(" *** ");
System.out.println(" ***** ");
System.out.println(" ******* ");
System.out.println(" ********* ");
System.out.println(" *** ");
}
}