SAMAWAT ARSALAN HYDER 19-ARID-855
void putdata()
{
int x=1;
while(x<=3)
{
cout<<"\nSales of Month"<<x<<": ";
x++;
}
}
~Sale()
{
cout<<"\nGood bye..............";
}
};
class Publication
{
string Title;
float Price;
public:
publication()
{
Price=0;
}
void getdata()
{
cout<<"\nEnter Title: ";