[UVA][JAVA] 485 - Pascal's Triangle of Death
Pascal's Triangle of Death
In this problem, you are asked to generate Pascal's Triangle. Pascal's Triangle is useful in many
areas from probability to polynomials to programming contests. It is a triangle of integers with
``1'' on top and down the sides. Any numb...