Hubss ===> Lesson for TODAY
Tuesday, October 18, 2011
Review Program
#include
#include
int x,y,z,m;
int main()
{
printf("Enter Number: ");
scanf("%d",&y);
printf("Enter another Number: ");
scanf("%d",&z);
for(x = 1; x <= y; x++)
{
m = y * z;
printf("%d x %d = %d\n",y,z,m);
}
getch();
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Visitor
FEEDJIT Live Traffic Feed
Feedjit Live Website Statistics
No comments:
Post a Comment