Skip to content

MizanMustakim/reverse-pyramid-and-right-angled-triangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

reverse-pyramid-and-right-angled-triangle

Write a C program to print reverse pyramid and right angled triangle as follows.

1   2   3   4   5   6   7   8   9
----------------------------------
1   2   3   4   5   6   7   8   9
    4   6   8  10  12  14  16  18
        9  12  15  18  21  24  27
           16  20  24  28  32  36
               24  29  34  39  44
                   36  42  48  54
                       49  56  63
                           64  72
                               81

About

Write a C program to print reverse pyramid and right angled triangle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages