read more...
post by sanjay Vishwakarma
Sunday, October 3, 2010
its magic for your
#include
#include
void main()
{
long a,b,c;
long g,e;
clrscr();
printf("\n\t Enter the your age\t:\t");
scanf("%ld",&a);
b=259;
c=39;
g=a*b;
e=g*c;
printf("\n\tIts magic for you\t\t:\t%ld",e);
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment