Computer Science, asked by sahanikamal345, 8 months ago

Calculate the interest of Bank Deposit for this draw a flow chart and pseudo code​

Answers

Answered by anshpreetkaur560
7

Answer:

Algorithm:

Algorithm is a stepwise “set of rules” to be followed in ‘calculations’ used by computer especially. It is a ‘step by step’ process and simple way to find output of the program. We can easily understand the whole program by this algorithm.

Algorithm to find simple interest:

1. Start the program.

2. Read Principal amount, rate of interest and time period.

3. Calculate interest by using the formula.

\bold{\text {Simple interest} =(\text { Principal amount } \times \text { rate of interest } \times \text { time period }) / 100}Simple interest=( Principal amount × rate of interest × time period )/100

4. Print the simple interest.

5. Stop the program.

The flowchart for simple interest is attached below.

Explanation:

please follow me please please pleeeeeeeeeeeeeeeeeeease

Answered by Jessi78229
1

Answer:

algorithm

my answer is a ryt then mark me as brainliest

Similar questions