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: