Number Series
A program to display the following series:
1 | 2 | 3 | 4 |
1 | 2 | 3 | |
1 | 2 | ||
1 | |||
4 | |||
4 | 3 | ||
4 | 3 | 2 | |
4 | 3 | 2 | 1 |
A program to display the following series:
11, 22, 33,
44, ......, nn
where n is a number inputted by the user, do not include the header file
math.h.
0, 1, 1, 2, 3, 5, 8, 13, 21, ......., n
where n is the limit of the series entered by the
user.
![]() Series/Pattern List |
|
![]() Fraction Series |