Solution Review: Pascal's Triangle
In this review, solution of the challenge 'Pascal's Triangle' from the previous lesson is provided.
We'll cover the following...
We'll cover the following...
Solution
Let’s assume that we have to print a triangle of size = 5 as follows:
1
1 1
1 2 1
1 3 3 ...