ASP.NET
Showing posts with label
logic
.
Show all posts
Showing posts with label
logic
.
Show all posts
Friday, December 16, 2011
factorial logic
j=1;
for (i=1; i<=VALUE; i++)
j=j*i;
printf("The factorial of %d is %d\n",VALUE,j);
Older Posts
Home
Subscribe to:
Posts (Atom)