Page 476 - C++
P. 476

else
                          {
                                 Paid=’Y’;
                                 Payment_dt.dd=pd.dd;
                                 Payment_dt.mm=pd.mm;
                                 Payment_dt.yy=pd.yy;
                                 return Fin_amt;
                   }
                   float Return_Fin_amt(){      return Fin_amt;      }



            };




                         MAIN MENU

               1.      Resident Management
                       a.  Add a Resident
                       b.  Delete a Resident
                       c.  Modify a Resident
                       d.  Exit
               2.      Monthly Consumption
                       a.  Add monthly consumption
                       b.  Delete monthly consumption
                       c.  Modify monthly consumption
                       d.  Update monthly consumption //adding it as arrear in resident file
                       e.  Exit
               3.      Query
                       a.  Resident
                       b.  Charges
               4.      Bill Generation
                       a.  All  Resident
                       b.  Particular Resident
               5.      Payment
               6.      Defaulter Report
               7.      Exit
   471   472   473   474   475   476   477   478   479   480   481