Skip to main content

[vu-students] CS201 2nd Assignment Solution (Easy and Simple)

If u want to get zero marks than copy paste.
If u want to get full marks than type :P

#include<iostream.h>
#include<conio.h>
double domestic (int, int, int, int, int);
double commercial (int, int, int, int, int);

main()
{
      int choice;
      int c_no;
      int u_con;
      int no_days;
      int price;
      int tot_bill;
      int num;
      
      cout<<"\n 1-------Domestic User:";
      cout<<"\n 2-------Commercial User:";
      cout<<"\n\n Please chose your choice from the above menu :\t\t";
      cin>>choice;
      while (num < 1000)
      {
      switch (choice)
      {
      case 1:
      {
      cout<<" Please Enter the Customer Number: ";
      cin>>c_no;
      cout<<" Please Enter Units Comsumed: ";
      cin>>u_con;
      cout<<" Please Enter The Number of Days: ";
      cin>>no_days;
      tot_bill = domestic(c_no , u_con , no_days, price, tot_bill);
      cout<<" Amount to be paid by customer no. "<<c_no<<" is : "<<tot_bill;
      cout<<endl<<endl;
      }
      break;
       case 2:
      {
      cout<<" Please Enter the Customer Number: ";
      cin>>c_no;
      cout<<" Please Enter Units Comsumed: ";
      cin>>u_con;
      cout<<" Please Enter The Number of Days: ";
      cin>>no_days;
      tot_bill = commercial(c_no , u_con , no_days, price, tot_bill);
      cout<<" Amount to be paid by customer no. "<<c_no<<" is : "<<tot_bill;
      cout<<endl<<endl;  
      break;
      
      }
      default:
              cout<<"Invalid choice";
              getch();
      }
      getch();
      } 
}
      double domestic (int c_no, int u_con, int no_days, int tot_bill, int price)
      {
            if (u_con <= 100)
            {
                price = 5;
                tot_bill = u_con * price;
                return (tot_bill);
            }
            else if (u_con > 100 && u_con < 300)
            {
                price = 8;
                tot_bill = (u_con * price) + 100;
                return (tot_bill);
            }
            else if (u_con > 300 && u_con < 500)
            {
                price = 10;
                tot_bill = (u_con * price) + 230;
                return (tot_bill);         
            }
      }
      double commercial (int c_no, int tot_bill, int price, int no_days, int u_con)
      {
          if(no_days <= 10)
          {
                     price = 15;
                     tot_bill = (u_con * price);
                     return (tot_bill);
          }
          else
          {
              price = 15;
              tot_bill = (u_con * price) + 200;
              return (tot_bill);
          }
      }
     


--
You received this message because you are subscribed to the Google
Groups "VU Students" group.
To post to this group, send email to vu-students@googlegroups.com
To unsubscribe from this group, send email to
vu-students+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vu-students?hl=en_PK?hl=en

Comments

Popular posts from this blog

[vu-students] Urdu Love Letters ............ ahahahahahhahahah

  The One & Only .......... IRFAN. Italy. http://groups.yahoo.com/group/p_se_poetry   -- You received this message because you are subscribed to the Google Groups "VU Students" group. To post to this group, send email to vu-students@googlegroups.com To unsubscribe from this group, send email to vu-students+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/vu-students?hl=en_PK?hl=en

::: vuaskari.com ::: cs301

share cs301 midterm papers. -- We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best. Join www.vuaskari.com, To post to this group, send email to vuaskari_com@googlegroups.com Visit these groups: This (Main) Group: http://groups.google.com/group/vuaskari_com?hl=en?hl=en MIT/MCS Group: http://groups.google.com/group/vu_askarimit?hl=en?hl=en HRM Group: http://groups.google.com/group/askari_hrm?hl=en?hl=en Banking Group: http://groups.google.com/group/askari_banking?hl=en?hl=en Management: https://groups.google.com/group/vuaskari_mgt?hl=en Marketing: https://groups.google.com/group/vuaskari_mkt?hl=en MIS Group: http://groups.google.com/group/askari_mis?hl=en --- You received this message because you are subscribed to the Google Groups ":::www.vuaskari.com :::" group. To unsubscribe from this group and stop receiving emails from it, send an email to vuaskari_com+unsubscribe@googlegroups.com. ...

::: vuaskari.com ::: Fin622 All Mid Term Papers in just one file ....

just isi se tyari kr lo INSHA ALLAH 80% se above marks aye gay in MCQs....................... its gift for all VU finance students by me........ -- We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best. Join www.vuaskari.com, To post to this group, send email to vuaskari_com@googlegroups.com Visit these groups: This (Main) Group: http://groups.google.com/group/vuaskari_com?hl=en?hl=en MIT/MCS Group: http://groups.google.com/group/vu_askarimit?hl=en?hl=en HRM Group: http://groups.google.com/group/askari_hrm?hl=en?hl=en Banking Group: http://groups.google.com/group/askari_banking?hl=en?hl=en Management: https://groups.google.com/group/vuaskari_mgt?hl=en Marketing: https://groups.google.com/group/vuaskari_mkt?hl=en MIS Group: http://groups.google.com/group/askari_mis?hl=en