Write python programs to solve below problems in Jupyter note book, Then downle the programs as python notebook(.ipynb) and upload through Moodle (15 + 10 = 25 Marks) 1. Madina Bank wants you to create a simple python program for calculati Interest amount and Total amount for their customers. The program shor start by reading customer name, account number, loan amount, loan type a loan term (loan term means number of years to clear the loan). Then you ne to do the following: • Create a void function that will display "Madina Bank, Ib welcomes you Mr/Ms :" • Create a function with return value and with parameters that w compute Interest amount based on loan type and loan amount. Interest amount is 5% of loan amount if it is Auto loan. 6% of loan amount if it is house loan. 7% of loan amount if it is personal loan. 10% of loan amount if it is marriage loan • Create a function with return value that will accept the compu interest amount as one of the parameters and will compute the to amount based on the loan term and loan amount. so, total amount to calculated as: loan amount + (interest amount * loan term). • Calling all the above functions, display the output as shown below: Sample output: Enter Customer Name: Abdullah Enter Account Number: 123456789 Enter Loan Amount in OMR: 5000 Enter Loan Type (Auto/House/Personal/Marriage): Personal Enter Loan term in years: 5 ----- ----- Madina Bank welcomes you Mr/Ms: Abdullah : 350.0 : 6750.0 Interest Amount Total Amount

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 16PP: (Computation) Among other applications, Pascal’s triangle (see Figure 7.22) provides a means of...
icon
Related questions
Question
Part B- Practical
Write python programs to solve below problems in Jupyter note book, Then downlos
the programs as python notebook(.ipynb) and upload through Moodle
(15 + 10 = 25 Marks)
1. Madina Bank wants you to create a simple python program for calculatin
Interest amount and Total amount for their customers. The program shou!
start by reading customer name, account number, loan amount, loan type an
loan term (loan term means number of years to clear the loan). Then you nee
to do the following:
• Create a void function that will display "Madina Bank, Ibr
welcomes you Mr/Ms :<customer name>"
Create a function with return value and with parameters that wi
compute Interest amount based on loan type and loan amount.
Interest amount is 5% of loan amount if it is Auto loan.
6% of loan amount if it is house loan.
7% of loan amount if it is personal loan.
10% of loan amount if it is marriage loan
Create a function with return value that will accept the compute
interest amount as one of the parameters and will compute the tot
amount based on the loan term and loan amount. so, total amount to t
calculated as: loan amount + (interest amount * loan term).
Calling all the above functions, display the output as shown below:
Sample output:
Enter Customer Name: Abdullah
Enter Account Number: 123456789
Enter Loan Amount in OMR: 5000
Enter Loan Type (Auto/House/Personal/Marriage): Personal
Enter Loan term in years: 5
Madina Bank welcomes you Mr/Ms: Abdullah
: 350.0
: 6750.0
Interest Amount
Total Amount
Transcribed Image Text:Part B- Practical Write python programs to solve below problems in Jupyter note book, Then downlos the programs as python notebook(.ipynb) and upload through Moodle (15 + 10 = 25 Marks) 1. Madina Bank wants you to create a simple python program for calculatin Interest amount and Total amount for their customers. The program shou! start by reading customer name, account number, loan amount, loan type an loan term (loan term means number of years to clear the loan). Then you nee to do the following: • Create a void function that will display "Madina Bank, Ibr welcomes you Mr/Ms :<customer name>" Create a function with return value and with parameters that wi compute Interest amount based on loan type and loan amount. Interest amount is 5% of loan amount if it is Auto loan. 6% of loan amount if it is house loan. 7% of loan amount if it is personal loan. 10% of loan amount if it is marriage loan Create a function with return value that will accept the compute interest amount as one of the parameters and will compute the tot amount based on the loan term and loan amount. so, total amount to t calculated as: loan amount + (interest amount * loan term). Calling all the above functions, display the output as shown below: Sample output: Enter Customer Name: Abdullah Enter Account Number: 123456789 Enter Loan Amount in OMR: 5000 Enter Loan Type (Auto/House/Personal/Marriage): Personal Enter Loan term in years: 5 Madina Bank welcomes you Mr/Ms: Abdullah : 350.0 : 6750.0 Interest Amount Total Amount
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Random Class and its operations
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr