Suppose a person wants to apply for a loan in a bank. The bank gives loan on a fixed interest rate based on the balance the user have in the bank. Take the required loan (1000pkr – 10000pkr) and balance (1000 - 50000) from the user and calculate and print the interest rate according to the following condition. Draw flowchart of this program. (Formula for calculating interest rate is interest rate = loan * interest multiplier) • If balance is greater than or equal to 45000, value for interest multiplier is 0.5 • If balance is greater than or equal to 35000, value for interest multiplier is 0.7 • If balance is greater than or equal to 25000, value for interest multiplier is 0.9 • If balance is greater than or equal to 10000, value for interest multiplier is 1.2 if the balance is less than 10000,print"Your balance is not sufficient to apply for loan" Instruction: A C++ code file containing all required codes. Code should be separately enclosed in multi-line comment. Code should be well commented.
Suppose a person wants to apply for a loan in a bank. The bank gives loan on a fixed
interest rate based on the balance the user have in the bank. Take the required loan
(1000pkr – 10000pkr) and balance (1000 - 50000) from the user and calculate and print the
interest rate according to the following condition. Draw flowchart of this program.
(Formula for calculating interest rate is interest rate = loan * interest multiplier)
• If balance is greater than or equal to 45000, value for interest multiplier is 0.5
• If balance is greater than or equal to 35000, value for interest multiplier is 0.7
• If balance is greater than or equal to 25000, value for interest multiplier is 0.9
• If balance is greater than or equal to 10000, value for interest multiplier is 1.2
if the balance is less than 10000,print"Your balance is not sufficient to apply for loan"
Instruction:
A C++ code file containing all required codes. Code should be separately enclosed in multi-line comment. Code should be well commented.
A C++ code file containing all required codesn with all the required pseudo-codes,flowcharts and codes.
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 3 steps with 3 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Concepts of Database Management](https://www.bartleby.com/isbn_cover_images/9781337093422/9781337093422_smallCoverImage.gif)
![Prelude to Programming](https://www.bartleby.com/isbn_cover_images/9780133750423/9780133750423_smallCoverImage.jpg)
![Sc Business Data Communications and Networking, T…](https://www.bartleby.com/isbn_cover_images/9781119368830/9781119368830_smallCoverImage.gif)