Question: Write a Java Code.Christmas is approaching! Draw a Christmas tree composed of * as shown below. Get a value of n from the user. The
Write a Java Code.Christmas is approaching! Draw a Christmas tree composed of * as shown below. Get a value of n from the user. The n value you get is related to the width and height of your tree. Then get an m value representing the trunk length of your tree from the user.Also you can use '|' to draw the trunk. And write "MERRY CHRISTMAS" under the tree.
Input Format
Two lines including the values of n and m, respectively.
Constraints
1<=n<=100 1<=m<=100
Output Format
Your program should draw a tree and trunk
Sample Input 0
9 6
Sample Output 0
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | | | | | | | | | | | | MERRY CHRISTMAS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
