2
Answers

for loops

Photo of Lasya Chaganti

Lasya Chaganti

9y
672
1
how to print a pascal triangle with * ? that is               *
                                                                                             *  *
                                                                                            * * *
                                                                                           * * * *
like this. using c# 

Answers (2)