subject
Computers and Technology, 20.01.2021 14:10 Lalagrl

Hello This is my program if anybody knows program source code kindly send me ASAP. 3. Develop a billing system for a Guest House which offers lodging at following rates:
• Economy Single Bed: Rs. 3,000/Day
• Economy Two Bed: Rs. 5,000/Day
• Luxury Single Bed: Rs. 6,000/Day
• Luxury Two Bed: Rs. 10,000/Day
The guest house offers following discounts on Economy-Rooms customers ONLY if duration of stay is at least 2 or more days.
• If payable amount is more than 12000, he gets a 12% discount
• If payable amount is more than 8000, he gets a 10% discount
• If payable amount is more than 4000, he gets a 8% discount
Instructions:
Write a C++ program that asks Room Type and Duration of stay from the user and generates billing details as under:
• Rate of Stay (per day)
• Discount if applicable
• Total billing amount
• Payable Amount

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:20
Consider the following code snippet: #ifndef cashregister_h#define cashregister_hconst double max_balance = 6000000.0; class cashregister{public: cashregister(); cashregister(double new_balance); void set_balance(double new_balance); double get_balance() const; private: double balance[12]; }; double get_monthly_balance(cashregister bk, int month); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_balance should be removed since header files should not contain constants.c)the definition of cashregister should be removed since header files should not contain class definitions.d)the body of the get_monthly_balance function should be added to the header file.
Answers: 1
question
Computers and Technology, 22.06.2019 22:20
Pp 4.1 design and implement a class called sphere that contains instance data that represents the sphere’s diameter. define the sphere constructor to accept and initialize the diameter and include getter and setter methods for the diameter. include methods that calculate and return the volume and surface area of the sphere (see pp 3.5 for the formulas). include a tostring method that returns a one-line description of the sphere. create a driver class called multisphere, whose main method instantiates and updates several sphere objects.
Answers: 1
question
Computers and Technology, 23.06.2019 17:00
*! 20 points! *jeff wants to create a website with interactive and dynamic content. which programming language will he use? a. dhtml b. html c. css d. javascript
Answers: 1
question
Computers and Technology, 23.06.2019 20:30
What are some settings you can control when formatting columns?
Answers: 1
You know the right answer?
Hello This is my program if anybody knows program source code kindly send me ASAP. 3. Develop a bil...
Questions
question
Mathematics, 16.10.2020 18:01
question
Biology, 16.10.2020 18:01
question
Physics, 16.10.2020 18:01
question
Mathematics, 16.10.2020 18:01
Questions on the website: 13722365