#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();
}
#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