Program 1: A Housing Society in a newly developed Smart City has provided several advanced security systems to each house in that city. Based on the value of these advanced security systems installed in each house, the Society has divided all the houses in four categories and fixed the criteria for annual maintenance charges. Write a python program to accept customer id, customer name, house category and cost of house for n customers. The program should define and call a programmer defined function with house category and cost of house as parameters and return the final cost of house after calculating maintenance charges using following table: House Category Maintenance charges A 8% of house cost B 6% of house cost C 4% of house cost D 3% of house cost

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter6: User-defined Functions
Section: Chapter Questions
Problem 9SA
icon
Related questions
Question
Program 1:
A Housing Society in a newly developed Smart City has provided
several advanced security systems to each house in that city. Based
on the value of these advanced security systems installed in each
house, the Society has divided all the houses in four categories and
fixed the criteria for annual maintenance charges.
Write a python program to accept customer id, customer name, house
category and cost of house for n customers.
The program should define and call a programmer defined function
with house category and cost of house as parameters and return the
final cost of house after calculating maintenance charges using
following table:
House Category
Maintenance charges
A
8% of house cost
B
6% of house cost
C
4% of house cost
D
3% of house cost
The program should calculate the total cost of house (cost of house +
maintenance charges) and store customer id, customer name and
total cost of house in lists.
The program should display customer id, customer name and total
cost of house in form of a table. The total cost of house must be
displayed in OMR.
Note: Use f-string and escape sequence characters wherever possible.
Include the following comments at the beginning of your code. Make sure
that you replace <YOUR_ID> and <YOUR_NAME> with your information.
# File name: <Student_ID>_Customer.py
# Student ID: <YOUR_ID>
# Student name: <YOUR_NAME>
Transcribed Image Text:Program 1: A Housing Society in a newly developed Smart City has provided several advanced security systems to each house in that city. Based on the value of these advanced security systems installed in each house, the Society has divided all the houses in four categories and fixed the criteria for annual maintenance charges. Write a python program to accept customer id, customer name, house category and cost of house for n customers. The program should define and call a programmer defined function with house category and cost of house as parameters and return the final cost of house after calculating maintenance charges using following table: House Category Maintenance charges A 8% of house cost B 6% of house cost C 4% of house cost D 3% of house cost The program should calculate the total cost of house (cost of house + maintenance charges) and store customer id, customer name and total cost of house in lists. The program should display customer id, customer name and total cost of house in form of a table. The total cost of house must be displayed in OMR. Note: Use f-string and escape sequence characters wherever possible. Include the following comments at the beginning of your code. Make sure that you replace <YOUR_ID> and <YOUR_NAME> with your information. # File name: <Student_ID>_Customer.py # Student ID: <YOUR_ID> # Student name: <YOUR_NAME>
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr