
- Programming

Flowchart to Calculate Simple Interest
Flowchart to calculate simple interest has been shown here. Simple interest is the amount of interest which is calculated based on the initial principal, interest rate and time (in years).
Page content(s):
1. Flowchart
Additional content(s):
1. Algorithm
2. Pseudocode
3. Time Complexity
1. Flowchart to calculate simple interest
No comments:
Post a comment.
If you have any doubts or suggestions, please leave a note.
Search this blog
Contact form.
- Bitwise operation (5)
- Decision Making (31)
- Flowchart (20)
- Matrix (17)
- Number System (2)
- Online Game (1)
- Pattern (20)
- Pointer (4)
- Python (54)
- Recursion (40)
- Searching (2)
Information
- Privacy Policy
C Program Practicals
This Blog helps you to learn basics to high level C programming practicals.
- My First C Program
- Basic Concepts
- File Management
- Special C Programs
- Interview Questions
- Question Bank
- C++ Programming
- ઈન્ટરનેટનું સામાન્ય જ્ઞાન
Monday, May 8, 2017
Flowchart of simple interest, simple interest calculation of savings bank accounts / loan accounts.

Flowchart to check positive number. Flowchart to check negative number. Flowchart to check Odd or Even number. Flowchart to display Good morning message based on given time. Flowchart to print A to Z. Flowchart to print 10, 9, ......, 1. Flowchart to Add two numbers. Flowchart to subtract two numbers. Flowchart to print area of square. Flowchart to print area of rectangle. Flowchart to Calculate Simple Interest


6 comments:

have a look at my code:Program to calculate the simple interest: https://chetnet.blogspot.in/2017/08/c-programs.html

Give flow chart for compound interest
That's sounds an interesting information and if you want to aware of Free checking with interest offered by Lakeside Bank, just with a single call, every information concerning the financial updates will be updated with no doubts.
appreciate u what about finding simple interest in algorithm?
Serch option not available here
Please refer top left corner(above Total PageViews) of the webpage to use Search facility.

LIVE Course for free

- Ask a Question

Draw a flow chart to calculate simple interest
- algorithms & flowcharts
Please log in or register to add a comment.
A flow chart to calculate simple interest
Find MCQs & Mock Test
- JEE Main 2024 Test Series
- NEET Test Series
- Class 12 Chapterwise MCQ Test
- Class 11 Chapterwise Practice Test
- Class 10 Chapterwise MCQ Test
- Class 9 Chapterwise MCQ Test
- Class 8 Chapterwise MCQ Test
- Class 7 Chapterwise MCQ Test
Related questions
Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam , ICSE Board Exam , State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.
- All categories
- JEE (29.9k)
- NEET (8.5k)
- Science (760k)
- Mathematics (246k)
- Statistics (2.9k)
- Environmental Science (5.2k)
- Biotechnology (616)
- Social Science (117k)
- Commerce (66.7k)
- Electronics (3.8k)
- Computer (18.2k)
- Artificial Intelligence (AI) (1.4k)
- Information Technology (14.0k)
- Programming (8.7k)
- Political Science (6.9k)
- Home Science (6.2k)
- Psychology (3.4k)
- Sociology (5.6k)
- English (61.6k)
- Hindi (25.7k)
- Aptitude (23.7k)
- Reasoning (14.6k)
- Olympiad (530)
- Skill Tips (81)
- RBSE (49.1k)
- General (63.6k)
- MSBSHSE (1.8k)
- Tamilnadu Board (59.3k)
- Kerala Board (24.5k)
- Send feedback
- Privacy Policy
- Terms of Use

C program, algorithm, flowchart & explanation of the program that calculates the Simple Interest and Compound Interest. The Principal, Amount, Rate of interest and Time are entered through the keyboard.

Write a C program to calculates the Simple Interest and Compound Interest. The Principal amount, Rate of interest and Time are entered through the keyboard:-
Here, we have to write a simple C program that calculates the Simple Interest and Compound Interest. The user will enter the Principal amount, Rate of interest, and Time.
Formulae used:-
Simple interest=(p*r*t)/100
where, p= Principal amount
r= Rate of interest
t= Time of investment.
Compound interest= p*(1+r/100)^t (assumption taken only one-time interest got compounded annually)
Explanation & Program code:-
We will ask the user to enter the value of the principal amount, rate of interest, and time of investment then we will store the entered value into the variables named p,r, and t respectively. Based on the entered radius value, we will calculate the simple interest and compound interest. To make the program code easier we have taken the assumption that only one-time interest gets compounded annually(in the question mentioned take the value of p, r, t from the user). Further details are mentioned as comments in the program code.
Algorithm of the program to calculate Simple interest and compound interest:-
Flowchart of the program to calculate the simple interest and compound interest:-.

As you have reached the end of the article, so I hope as of now you have a clear understanding of the program, algorithm, and flowchart to calculate the Simple interest and compound interest. Please let me know your queries, suggestion, and feedback in the comment section.
Leave a Comment Cancel Reply
Your email address will not be published. Required fields are marked *
Save my name, email, and website in this browser for the next time I comment.

IMAGES
VIDEO
COMMENTS
How to write Algorithm to find Simple Interest. Draw Flowchart for it.#howtowritealgorithmtofindsimpleinterestdrawflowchartforitAlgorithm
Write an Algorithm to calculate Simple Interest |Algorithm| Flowchart#writeanalgorithmtocalculatetosimpleinterestYou can also watch video
Objectives of the Video: (1) Flowchart to Print Simple Interest (2) Getting familiar with Flowchart Input, Output and Assignment (Process)
Flowchart to calculate simple interest has been shown here. Simple interest is the amount of interest which is calculated based on the initial principal
1.C Program to find the simple interest · Start · Read Principal Amount, Rate and Time ; AlgorithmStep 1: · Read Basic Salary as basic · Calculate Dearness Allowance
Expert-Verified Answer · 1. Start the program. · 2. Read Principal amount, rate of interest and time period. · 3. Calculate interest by using the
Simple Interest Calculation of Savings Bank Accounts / Loan Accounts ... Following flowchart describes the process of simple interest calculation.
flowchart to find simple interest Simple Interest, Flowchart, Sum, Numbers, Math Equations. More like this ... Being A Writer
Write an algorithm to calculate simple interest. ... Draw the flowchart to print sum of first 100 natural numbers. ... Draw the flowchart to print
Algorithm of the program to calculate Simple interest and compound interest:- ... Step 1:- Start. Step 2:- Declaration of variables. Step 3:- Read principle