SlideShare a Scribd company logo
FACULTY : G.SOMARAJU
ROLL NO. :
22P61A04C8,22P61A04A6,
22P61A0482
ECE-B
Computing Your
Equated Monthly Installment
with C Programming
1. Introduction to EMI
Calculator
2.Creating an EMI
Calculator with C
Programming
3.Using the EMI
Calculator
4.Advantages of Using an
EMI Calculator
A primer on the EMI Calculator
An EMI calculator is a practical resource that
can be utilized to figure out the regular
installments you must pay during a certain
period to pay off a loan. It considers the
amount of the loan, the rate of interest, and
the time span for repayment. The calculator
can also be employed to evaluate different
loan alternatives and ascertain the most
advantageous choice for your requirements.
C programming is an incredibly powerful
and flexible language, which can be
employed to craft a plethora of applications,
such as an EMI calculator. With C
programming, one can develop a speedy and
effective program to easily compute the
monthly disbursements for any loan.
Creating an EMI Calculator with C
Programming
To create an EMI calculator with C
programming, you will need to have a basic
understanding of the language. You will
need to know how to define variables, write
functions, and use loops to process data.
Once you have a good understanding of the
language, you can start writing the code for
your calculator.
The code for an EMI calculator is fairly
straightforward and can be written in a few
lines of code. The code will need to take in
the loan amount, interest rate, and number
of months to pay off the loan. It will then
calculate the monthly payment for the loan
and display the results on the screen.
Employing the EMI Calculator
Once the coding for the EMI calculator is
finished, it can be used to promptly figure
out the monthly installments for any type of
loan. The user must enter the amount of the
loan, the interest rate, and the duration of
the loan in months. The calculator will then
compute the amount of the monthly
payment and display the results on the
screen.
The EMI calculator can be used to evaluate
various loan offers and determine the most
suitable one for you. By providing the loan
amount, rate of interest, and the repayment
period for each of the loan options, the
calculator can assist you in selecting the
most economical loan.
Benefits of Using an EMI Calculator:
1. It can help to easily calculate the Equated
Monthly Installment (EMI) for loans.
2. It can assist in assessing the affordability
of a loan.
3. It can help in planning a loan repayment
schedule.
4. It can help to compare various loan
options.
5. It ca
n help to determine the total cost of the
loan.
6. It can help to save time and effort in
calculating loan repayments.
7. It can help to reduce the chances of
making any errors while calculating loan
repayments.
8. It can help to simplify the loan repayment
process.
#include <stdio.h>
#include <math.h>
int main()
{
float principal, rate, time, emi;
printf("Enter principal: ");
scanf("%f", &principal);
printf("Enter rate: ");
scanf("%f", &rate);
printf("Enter time in year: ");
scanf("%f", &time);
rate = rate / (12 * 100); /*one month interest*/
time = time * 12; /*one month period*/
emi = (principal * rate * pow(1 + rate, time))/(pow(1 +
rate, time) - 1);
printf("Monthly EMI is= %fn", emi);
return 0;
}
OUTPUT:
Enter principal: 100000
Enter rate: 3
Enter time in year: 4
Monthly EMI is= 2213.385010
FLOATING DATATYPE:
Floating datatype refers to a data type that represents decimal numbers.
It allows for fractional values and is useful in mathematical and scientific computations.
PRINCIPAL AMOUNT:
Principal amount refers to the original amount of money borrowed or invested, without
including any interest or other earnings. It is the starting point for calculating interest
and determining returns.
RATE OF INTEREST:
The rate of interest is the percentage charged or earned on the principal amount
over a specific period of time, typically on a yearly basis.
P is loan amount.
R is interest rate per month - we will read in yearly and convert in monthly in program.
T is loan time period in year - we will read in yearly and convert in monthly in program.
APPLICATIONS OF EMI CALCULATOR
Loan Planning: EMI calculators help
individuals to plan their finances effectively
by determining the monthly repayment
amount, interest rate, and loan tenure.
Budgeting: By calculating the EMI amount,
borrowers can get an estimate of how much
money they need to allocate towards their
monthly payments. This helps in budgeting
and managing finances better.
Loan Comparison: EMI calculators can be
used to compare different loan options from
different lenders. By comparing different
loan options, borrowers can choose the loan
with the most favorable terms and
conditions.
DE-MERITS
Inaccurate Results: EMI calculators use certain
assumptions to determine monthly repayments.
These assumptions may not apply to all borrowers.
For example, calculators may assume fixed interest
rates that do not reflect actual loan terms.
Limited Range: The EMI Calculator is designed to
calculate monthly repayments only. They do not
provide a comprehensive analysis of loans such as: B.
Total Interest Paid or Total Cost of Loan.
 Technology Dependence: The EMI calculator is
technology dependent and may malfunction or give
inaccurate results. This can lead to incorrect
calculations and financial errors.
 No Personalized Advice: The EMI calculator is
based on generic formulas and does not provide
personalized financial advice. We cannot take into
account the borrower's individual financial situation,
including income, expenses and creditworthiness.
 Ignore Other Costs: The EMI calculator only
considers the loan repayment amount and does not
consider other costs associated with the loan, such as
processing fees, advance fees, and late fees.
Judgment
An EMI calculator is an invaluable asset for
individuals in need of a loan. It provides
immediate calculations of monthly
payments for any type of loan, as well as
the ability to contrast different loan
alternatives and decide which one is most
rewarding for the borrower. Through the
use of C programming, one can create a
rapid and effective program to quickly
calculate the monthly installments of any
loan.
An EMI calculator can be a tremendous
asset for any individual seeking to acquire
a loan, conserving both time and money
while assisting them in making the
optimum choice. It can be an effective way
to acquire the most advantageous offer.
THANK YOU…

More Related Content

Similar to EMI calculator batch-17P.pptx

Benefits of EMI Calculator
Benefits of EMI Calculator Benefits of EMI Calculator
Benefits of EMI Calculator
Dreamhousefund
 
Cfa level 1 quantitative analysis e book part 1
Cfa level 1 quantitative analysis e book   part 1Cfa level 1 quantitative analysis e book   part 1
Cfa level 1 quantitative analysis e book part 1
parmanandiskool
 
Personal loan emi calculator
Personal loan emi calculatorPersonal loan emi calculator
Personal loan emi calculator
PulakKumar7
 
Home Loan EMI Calculator- All You Need To Know.pdf
Home Loan EMI Calculator- All You Need To Know.pdfHome Loan EMI Calculator- All You Need To Know.pdf
Home Loan EMI Calculator- All You Need To Know.pdf
Anamika Verma
 
Calculating Home Loan EMIs_ A Guide to Financial Planning_.pdf.pdf.pptx
Calculating Home Loan EMIs_ A Guide to Financial Planning_.pdf.pdf.pptxCalculating Home Loan EMIs_ A Guide to Financial Planning_.pdf.pdf.pptx
Calculating Home Loan EMIs_ A Guide to Financial Planning_.pdf.pdf.pptx
Anamika Verma
 
Mortgage Coach Annual Mortgage Review Handbook from 2006
Mortgage Coach Annual Mortgage Review Handbook from 2006Mortgage Coach Annual Mortgage Review Handbook from 2006
Mortgage Coach Annual Mortgage Review Handbook from 2006
Mortgage Coach
 
Press release i apr_v1
Press release i apr_v1Press release i apr_v1
Press release i apr_v1joe81
 
Managing personal loan using emi calculator
Managing personal loan using emi calculatorManaging personal loan using emi calculator
Managing personal loan using emi calculator
Madhura Joshi
 
home loan EMI calculator
home loan EMI calculatorhome loan EMI calculator
home loan EMI calculator
Anamika Verma
 
Auto Loan
Auto LoanAuto Loan
Static Amortization Schedule
Static Amortization ScheduleStatic Amortization Schedule
Static Amortization Schedule
Ilgar Zarbaliyev
 
Calculating Bank Withdrawal Interest and Time A Helpful Template.pdf
Calculating Bank Withdrawal Interest and Time A Helpful Template.pdfCalculating Bank Withdrawal Interest and Time A Helpful Template.pdf
Calculating Bank Withdrawal Interest and Time A Helpful Template.pdf
Ilgar Zarbaliyev
 
online EMI Calculator.pdf
online EMI Calculator.pdfonline EMI Calculator.pdf
online EMI Calculator.pdf
Anamika Verma
 
Forms and Functions of Modern Banking
Forms and Functions of Modern BankingForms and Functions of Modern Banking
Forms and Functions of Modern Banking
Brian Coil
 
lec-2-final-eng_eco.ppt
lec-2-final-eng_eco.pptlec-2-final-eng_eco.ppt
lec-2-final-eng_eco.ppt
kamleshAgrahari3
 
INT213 Project Report: Income Tax Calculator
INT213 Project Report: Income Tax CalculatorINT213 Project Report: Income Tax Calculator
INT213 Project Report: Income Tax Calculator
Qazi Maaz Arshad
 
Fin-Vest: Personal Finance Management
Fin-Vest: Personal Finance ManagementFin-Vest: Personal Finance Management
Fin-Vest: Personal Finance Management
IRJET Journal
 
Understanding of Compound Calculators.pptx
Understanding of Compound Calculators.pptxUnderstanding of Compound Calculators.pptx
Understanding of Compound Calculators.pptx
Jayesh phatak
 
Mortgage loans
Mortgage loansMortgage loans
Mortgage loans
Mucloan
 
PART IComplete the following program exercises. When you hav.docx
PART IComplete the following program exercises.  When you hav.docxPART IComplete the following program exercises.  When you hav.docx
PART IComplete the following program exercises. When you hav.docx
herbertwilson5999
 

Similar to EMI calculator batch-17P.pptx (20)

Benefits of EMI Calculator
Benefits of EMI Calculator Benefits of EMI Calculator
Benefits of EMI Calculator
 
Cfa level 1 quantitative analysis e book part 1
Cfa level 1 quantitative analysis e book   part 1Cfa level 1 quantitative analysis e book   part 1
Cfa level 1 quantitative analysis e book part 1
 
Personal loan emi calculator
Personal loan emi calculatorPersonal loan emi calculator
Personal loan emi calculator
 
Home Loan EMI Calculator- All You Need To Know.pdf
Home Loan EMI Calculator- All You Need To Know.pdfHome Loan EMI Calculator- All You Need To Know.pdf
Home Loan EMI Calculator- All You Need To Know.pdf
 
Calculating Home Loan EMIs_ A Guide to Financial Planning_.pdf.pdf.pptx
Calculating Home Loan EMIs_ A Guide to Financial Planning_.pdf.pdf.pptxCalculating Home Loan EMIs_ A Guide to Financial Planning_.pdf.pdf.pptx
Calculating Home Loan EMIs_ A Guide to Financial Planning_.pdf.pdf.pptx
 
Mortgage Coach Annual Mortgage Review Handbook from 2006
Mortgage Coach Annual Mortgage Review Handbook from 2006Mortgage Coach Annual Mortgage Review Handbook from 2006
Mortgage Coach Annual Mortgage Review Handbook from 2006
 
Press release i apr_v1
Press release i apr_v1Press release i apr_v1
Press release i apr_v1
 
Managing personal loan using emi calculator
Managing personal loan using emi calculatorManaging personal loan using emi calculator
Managing personal loan using emi calculator
 
home loan EMI calculator
home loan EMI calculatorhome loan EMI calculator
home loan EMI calculator
 
Auto Loan
Auto LoanAuto Loan
Auto Loan
 
Static Amortization Schedule
Static Amortization ScheduleStatic Amortization Schedule
Static Amortization Schedule
 
Calculating Bank Withdrawal Interest and Time A Helpful Template.pdf
Calculating Bank Withdrawal Interest and Time A Helpful Template.pdfCalculating Bank Withdrawal Interest and Time A Helpful Template.pdf
Calculating Bank Withdrawal Interest and Time A Helpful Template.pdf
 
online EMI Calculator.pdf
online EMI Calculator.pdfonline EMI Calculator.pdf
online EMI Calculator.pdf
 
Forms and Functions of Modern Banking
Forms and Functions of Modern BankingForms and Functions of Modern Banking
Forms and Functions of Modern Banking
 
lec-2-final-eng_eco.ppt
lec-2-final-eng_eco.pptlec-2-final-eng_eco.ppt
lec-2-final-eng_eco.ppt
 
INT213 Project Report: Income Tax Calculator
INT213 Project Report: Income Tax CalculatorINT213 Project Report: Income Tax Calculator
INT213 Project Report: Income Tax Calculator
 
Fin-Vest: Personal Finance Management
Fin-Vest: Personal Finance ManagementFin-Vest: Personal Finance Management
Fin-Vest: Personal Finance Management
 
Understanding of Compound Calculators.pptx
Understanding of Compound Calculators.pptxUnderstanding of Compound Calculators.pptx
Understanding of Compound Calculators.pptx
 
Mortgage loans
Mortgage loansMortgage loans
Mortgage loans
 
PART IComplete the following program exercises. When you hav.docx
PART IComplete the following program exercises.  When you hav.docxPART IComplete the following program exercises.  When you hav.docx
PART IComplete the following program exercises. When you hav.docx
 

Recently uploaded

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 

Recently uploaded (20)

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 

EMI calculator batch-17P.pptx

  • 1. FACULTY : G.SOMARAJU ROLL NO. : 22P61A04C8,22P61A04A6, 22P61A0482 ECE-B
  • 2. Computing Your Equated Monthly Installment with C Programming
  • 3. 1. Introduction to EMI Calculator 2.Creating an EMI Calculator with C Programming 3.Using the EMI Calculator 4.Advantages of Using an EMI Calculator
  • 4. A primer on the EMI Calculator An EMI calculator is a practical resource that can be utilized to figure out the regular installments you must pay during a certain period to pay off a loan. It considers the amount of the loan, the rate of interest, and the time span for repayment. The calculator can also be employed to evaluate different loan alternatives and ascertain the most advantageous choice for your requirements. C programming is an incredibly powerful and flexible language, which can be employed to craft a plethora of applications, such as an EMI calculator. With C programming, one can develop a speedy and effective program to easily compute the monthly disbursements for any loan.
  • 5. Creating an EMI Calculator with C Programming To create an EMI calculator with C programming, you will need to have a basic understanding of the language. You will need to know how to define variables, write functions, and use loops to process data. Once you have a good understanding of the language, you can start writing the code for your calculator. The code for an EMI calculator is fairly straightforward and can be written in a few lines of code. The code will need to take in the loan amount, interest rate, and number of months to pay off the loan. It will then calculate the monthly payment for the loan and display the results on the screen.
  • 6. Employing the EMI Calculator Once the coding for the EMI calculator is finished, it can be used to promptly figure out the monthly installments for any type of loan. The user must enter the amount of the loan, the interest rate, and the duration of the loan in months. The calculator will then compute the amount of the monthly payment and display the results on the screen. The EMI calculator can be used to evaluate various loan offers and determine the most suitable one for you. By providing the loan amount, rate of interest, and the repayment period for each of the loan options, the calculator can assist you in selecting the most economical loan.
  • 7. Benefits of Using an EMI Calculator: 1. It can help to easily calculate the Equated Monthly Installment (EMI) for loans. 2. It can assist in assessing the affordability of a loan. 3. It can help in planning a loan repayment schedule. 4. It can help to compare various loan options. 5. It ca n help to determine the total cost of the loan. 6. It can help to save time and effort in calculating loan repayments. 7. It can help to reduce the chances of making any errors while calculating loan repayments. 8. It can help to simplify the loan repayment process.
  • 8. #include <stdio.h> #include <math.h> int main() { float principal, rate, time, emi; printf("Enter principal: "); scanf("%f", &principal); printf("Enter rate: "); scanf("%f", &rate); printf("Enter time in year: "); scanf("%f", &time); rate = rate / (12 * 100); /*one month interest*/ time = time * 12; /*one month period*/ emi = (principal * rate * pow(1 + rate, time))/(pow(1 + rate, time) - 1); printf("Monthly EMI is= %fn", emi); return 0; }
  • 9. OUTPUT: Enter principal: 100000 Enter rate: 3 Enter time in year: 4 Monthly EMI is= 2213.385010
  • 10. FLOATING DATATYPE: Floating datatype refers to a data type that represents decimal numbers. It allows for fractional values and is useful in mathematical and scientific computations. PRINCIPAL AMOUNT: Principal amount refers to the original amount of money borrowed or invested, without including any interest or other earnings. It is the starting point for calculating interest and determining returns. RATE OF INTEREST: The rate of interest is the percentage charged or earned on the principal amount over a specific period of time, typically on a yearly basis. P is loan amount. R is interest rate per month - we will read in yearly and convert in monthly in program. T is loan time period in year - we will read in yearly and convert in monthly in program.
  • 11. APPLICATIONS OF EMI CALCULATOR Loan Planning: EMI calculators help individuals to plan their finances effectively by determining the monthly repayment amount, interest rate, and loan tenure. Budgeting: By calculating the EMI amount, borrowers can get an estimate of how much money they need to allocate towards their monthly payments. This helps in budgeting and managing finances better. Loan Comparison: EMI calculators can be used to compare different loan options from different lenders. By comparing different loan options, borrowers can choose the loan with the most favorable terms and conditions.
  • 12. DE-MERITS Inaccurate Results: EMI calculators use certain assumptions to determine monthly repayments. These assumptions may not apply to all borrowers. For example, calculators may assume fixed interest rates that do not reflect actual loan terms. Limited Range: The EMI Calculator is designed to calculate monthly repayments only. They do not provide a comprehensive analysis of loans such as: B. Total Interest Paid or Total Cost of Loan.  Technology Dependence: The EMI calculator is technology dependent and may malfunction or give inaccurate results. This can lead to incorrect calculations and financial errors.  No Personalized Advice: The EMI calculator is based on generic formulas and does not provide personalized financial advice. We cannot take into account the borrower's individual financial situation, including income, expenses and creditworthiness.  Ignore Other Costs: The EMI calculator only considers the loan repayment amount and does not consider other costs associated with the loan, such as processing fees, advance fees, and late fees.
  • 13. Judgment An EMI calculator is an invaluable asset for individuals in need of a loan. It provides immediate calculations of monthly payments for any type of loan, as well as the ability to contrast different loan alternatives and decide which one is most rewarding for the borrower. Through the use of C programming, one can create a rapid and effective program to quickly calculate the monthly installments of any loan. An EMI calculator can be a tremendous asset for any individual seeking to acquire a loan, conserving both time and money while assisting them in making the optimum choice. It can be an effective way to acquire the most advantageous offer.
  • 14.
  • 15.