The Metro Bank provides various types of loans such as car loans, business loans and house loans to its account holders. Write a python program to implement the following requirements: Initialize the following variables with appropriate input values:account_number, account_balance, salary, loan_type, loan_amount_expected and customer_emi_expected. The account number should be of 4 digits and its first digit should be 1. The customer should have a minimum balance of Rupees 1 Lakh in the account. If the above rules are valid, determine the eligible loan amount and the EMI that the bank can provide to its customers based on their salary and the loan type they expect to avail. The bank would provide the loan, only if the loan amount and the number of EMI’s requested by the customer is less than or equal to the loan amount and the number of EMI’s decided by the bank respectively. Display appropriate error messages for all invalid data. If all the business rules are satisfied ,then display account number, eligible and requested loan amount and EMI’s. Test your code by providing different values for the input variables.

The Metro Bank provides various types of loans such as car loans, business loans and house loans to its account holders. Write a python program to implement the following requirements:
  • Initialize the following variables with appropriate input values:account_number, account_balance, salary, loan_type, loan_amount_expected and customer_emi_expected.
  • The account number should be of 4 digits and its first digit should be 1.
  • The customer should have a minimum balance of Rupees 1 Lakh in the account.
  • If the above rules are valid, determine the eligible loan amount and the EMI that the bank can provide to its customers based on their salary and the loan type they expect to avail.
  • The bank would provide the loan, only if the loan amount and the number of EMI’s requested by the customer is less than or equal to the loan amount and the number of EMI’s decided by the bank respectively.
Display appropriate error messages for all invalid data. If all the business rules are satisfied ,then display account number, eligible and requested loan amount and EMI’s.

Test your code by providing different values for the input variables.


14 comments:

  1. no need to again write these thinks
    elif(salary>75000 and (loan_type=="Car" or loan_type=="House" or loan_type=="Business")):

    ReplyDelete
  2. I am definitely enjoying your website. You definitely have some great insight and great stories. UnitedFinances.com offer 500 loan

    ReplyDelete
  3. I think this is an informative post and it is very beneficial and knowledgeable. Therefore, I would like to thank you for the endeavors that you have made in writing this article. All the content is absolutely well-researched. Thanks... 소액결제 현금화

    ReplyDelete
  4. Very good written article. It will be supportive to anyone who utilizes it, including me. Keep doing what you are doing – can’r wait to read more posts. learn this here now

    ReplyDelete
  5. I admire this article for the well-researched content and excellent wording. I got so involved in this material that I couldn’t stop reading. I am impressed with your work and skill. Thank you so much. 정보이용료 현금화

    ReplyDelete
  6. Thanks for sharing this information. I really like your blog post very much. You have really shared a informative and interesting blog post with people..
    UnitedFinances no credit check loan offer online

    ReplyDelete
  7. Lendersa® matches your loan request with hard money direct lenders and brokers in Texas Lendersa® advanced hard money mortgage calculator ensures that you get the best hard money loan rates from California private investors who close loans fast.

    Hard Money Lenders in Arizona
    Hard Money Lenders in California
    Hard Money Lenders in Florida
    Hard Money Lenders in New York
    Hard Money Lenders in Texas


    ReplyDelete
  8. You should mainly superior together with well-performing material, which means that see it: Kredyty frankowe

    ReplyDelete
  9. Your blog is amazing dude. i love to visit it everyday. very nice layout and content ,    find more info

    ReplyDelete
  10. Loans I think this is an informative post and it is very useful and knowledgeable. therefore, I would like to thank you for the efforts you have made in writing this article.

    ReplyDelete
  11. Thanks for sharing this useful Blog. Avail Mortgage Loan in Jaipur with Munafa wala Mortgage Loan Agency in Jaipur

    mortgage loan agency in Jaipur
    Mortgage Loan Agents in Jaipur

    ReplyDelete
  12. In spite of the ups and downs that the loan market of a particular place experiences, the loan services and facilities still play a very significant role in fulfilling their needs and desires during their essential requirements.  아파트론

    ReplyDelete
  13. However, a secured loan is the one where the potential borrower would have to secure a guarantee or security against which the lender will lend money. 무설정아파트론

    ReplyDelete
  14. Nice! Very useful information. Looking for a car finance hub to answer your questions on getting car finance

    Can I Get Car Finance?
    Car Finance Explained

    ReplyDelete

Write a python function, find_correct() which accepts a dictionary and returns a list as per the rules mentioned below. The input dictionary will contain correct spelling of a word as key and the spelling provided by a contestant as the value.

Write a python function,  find_correct()  which accepts a dictionary and returns a list as per the rules mentioned below. The input diction...