Wednesday, 19 October 2016

PROGRAMME TO GET AMAZING NUMBER WITH YOUR AGE

#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
float a,b,c;
cout<<"enter your age";
cin>>a;
b=259*39*a;
cout<<"your age repeats three times"<<"\n"<<b;
getch();
}

No comments:

Post a Comment