About 38,400 results
Open links in new tab
  1. Creating a Christmas Tree using for loops - Stack Overflow

    Jun 9, 2015 · I am trying to make a christmas tree using for loops and nested for loops. For me to do that I need to be able to make a pyramids with *. I have tried countless times and I am …

  2. Using for loops to create a christmas tree - Stack Overflow

    I am trying to create a program where you enter a number and the program creates a "christmastree" arrangement of +'s. For example if I enter the number 5 the program should …

  3. how to make a christmas tree using loop in c program

    Oct 5, 2014 · how to make a christmas tree using loop in c program Asked 11 years, 1 month ago Modified 5 years ago Viewed 37k times

  4. for loop - Printing christmas tree in python - Stack Overflow

    Dec 30, 2019 · 2 How can I make a perfect Christmas tree in python? i have here my code but its not working well, it needs to print '~~' in the first for loop.

  5. Drawing christmas trees using nested for loops - Stack Overflow

    Feb 22, 2019 · The result is an isosceles triangle that looks a bit like the top of a spruce or fir tree. Bottom part: The rectangle below is centred under the rectangle (for Flat tree) or triangle (for …

  6. algorithm - C# christmas tree - Stack Overflow

    Sep 29, 2015 · C# christmas tree Asked 10 years, 1 month ago Modified 10 years, 1 month ago Viewed 10k times

  7. Is there a way to represent a directory tree in a Github README.md?

    Jun 2, 2014 · For example: tree -o readme.md will print the tree structure of your current working directory and write it to readme.md. Then open readme.md file in one of text editor like …

  8. Draws a Xmas tree on the console, using java.util.Scanner to input …

    Mar 28, 2019 · I've been trying draw a Xmas tree (print to console) by using size which is input from user. I also have been trying to find out the logic such as spaces would it take.

  9. Simple Javascript Christmas Tree - Stack Overflow

    5 I wrote the following code for this problem. I also added a nice extra, christmas-tree ornaments :-)

  10. algorithm - Draw a Christmas tree using java - Stack Overflow

    Mar 7, 2022 · b) drawChristmasTree(int n) which takes as an input one integer value n and then output on console a Christmas tree in which last part height equals n. The tree consists of …