Question: Write the Java program Tree.java, that prints out a christmas tree with the hight N with spaces and asterisk. I think im supposed to use
Write the Java program Tree.java, that prints out a christmas tree with the hight N with spaces and asterisk.
I think im supposed to use loop or if statements.
Here is the output result if N = 6
% java Tree 6
* *** ***** ******* ********* ***********
Thank u very much!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
