Q7 Draw the flowchart and write a C program using else if to calculate the total amount to be paid by a person in case he has taken a loan. Input the basic loan amount (P), number of years (n) and his category code. Based on both basic loan amount and category code, calculate the total amount he will pay according to the interest rate after the years as given below. Amount = P(1 + r)" Basic Loan amount(P) Category Code Interest rate S600 OMR C,D 1.5% of the basic loan amount C,D Display "Loan not available" >600 5600 OMR A,B 2% of the basic loan amount Page 4 of 5 601 - 1000 OMR 3% of the basic loan amount Any other amount 3.5% of the basic loan amount

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter3: Assignment, Formatting, And Interactive Input
Section3.2: Formatting Numbers For Program Output
Problem 10E
icon
Related questions
icon
Concept explainers
Question
100%
Q7 Draw the flowchart and write a C program using else if to calculate the total amount to be
paid by a person in case he has taken a loan.
Input the basic loan amount (P), number of years (n) and his category code. Based on both
basic loan amount and category code, calculate the total amount he will pay according to the
interest rate after the years as given below.
Amount = P(1 + r)"
Basic Loan amount(P) Category Code Interest rate
S600 OMR
C,D
1.5% of the basic loan amount
C,D
Display "Loan not available"
>600
5600 OMR
A,B
2% of the basic loan amount
Page 4 of 5
601 - 1000 OMR
3% of the basic loan amount
Any other amount
3.5% of the basic loan amount
Transcribed Image Text:Q7 Draw the flowchart and write a C program using else if to calculate the total amount to be paid by a person in case he has taken a loan. Input the basic loan amount (P), number of years (n) and his category code. Based on both basic loan amount and category code, calculate the total amount he will pay according to the interest rate after the years as given below. Amount = P(1 + r)" Basic Loan amount(P) Category Code Interest rate S600 OMR C,D 1.5% of the basic loan amount C,D Display "Loan not available" >600 5600 OMR A,B 2% of the basic loan amount Page 4 of 5 601 - 1000 OMR 3% of the basic loan amount Any other amount 3.5% of the basic loan amount
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Control Structure
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
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
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning