+ 2
Write a program to create a Pascal's Triangle.
Code should contain user input for number of rows.
7 Respuestas
+ 14
have you tried yourself first ?
+ 7
Jonathan wins
https://code.sololearn.com/Ww9YwjOjJ97W/?ref=app
+ 3
what is pascal triangle?
+ 2
It is an algorithm used in Binomial Theorem to find the nth power of given function.
+ 1
@Louis it is really amazing
+ 1
@Gaurav, Yes I tried and wrote the code.