Page 5 - Samawat_Arsalan_Hyder_19_arid_855
P. 5

SAMAWAT ARSALAN HYDER                                                          19-ARID-855


                                            x++;

                                     }

                              }

                              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;

                              }
   1   2   3   4   5   6   7   8   9   10