...

/

Exercise 4: Pascal Triangle

Exercise 4: Pascal Triangle

Let's create a function that displays the Pascal Triangle for any given size.

Problem Statement

In this exercise, you’re given the printPascalTr(int size) function. It takes the given size and display a table that represents the corresponding ...