+ 8
Challenge :- Pascal triangle without using array and recursion. Can you solve it ??
:- 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 This is the 1st 6 lines of pascal triangle. Write a program to input n and print n lines of pascal triangle
7 Answers
+ 10
can we use loops đ
+ 3
here is my try :-
https://code.sololearn.com/cfcD31XeH2mH/?ref=app
+ 3
i want to post this challenge too đđ
this is my code
https://code.sololearn.com/cMdj7e28iLxx/?ref=app
+ 2
@ gaurav yes of course