Astrodevil / Programming-Basics

This Repository Contains source codes of various programming languages. Please Contribute to make this Useful.
https://astrodevil.github.io/Programming-Basics/
MIT License
71 stars 122 forks source link

Added Pascal's Trianlge Pattern (C++) #293

Closed prabhxjottsingh closed 2 years ago

prabhxjottsingh commented 2 years ago

Added a Pascal's Triangle pattern using cpp in pattern C+++/Pattern folder, hope you will review it soon, thanks in advance. :)

260 issue.

if the user enter 7 in the input, then following pattern with 7 rows is printed:

image