Write a program in c to print the table of 9 upto 10 multiples vertically
#include< #include< #include< main() { int x, y; x = 9; for (y = 1; y < = 10; y = y + i) { printf("%d \n", x *y); } return(0); } |
---|
Output :-
9
18
27
36
45
54
63
72
81
90
#include< #include< #include< main() { int x, y; x = 9; for (y = 1; y < = 10; y = y + i) { printf("%d \n", x *y); } return(0); } |
---|
© Blogger templates Newspaper III by Ourblogtemplates.com 2008
Back to TOP
0 comments:
Post a Comment