Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Thursday, January 21, 2010

Write a program in c to print the table of 9 upto 10 multiples vertically



#include<stdio.h>
#include<conio.h>
#include<math.h>
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

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP