Wednesday, August 22, 2012

Floyd's Triangle

Assalamu Alaikum. Hope, you all are well by the grace of Almighty ALLAH. Today, we learn how to write a C programming code for Floyd's triangle. Take a look at the problem.

Problem:

               1
               2  3
               4  5  6
               7  8  9  10
               11 12 13 14 15
     Write a C program to draw it.



Solution:


Thank You all..


0 comments:

Post a Comment