Computer Science, asked by mdkhalidansari7860, 10 months ago

write an algorithm to find the compound interest

Answers

Answered by Zisha7
8

Answer:

Step1: Start

Step2: Read principal rate, amount, and

time

Step3: Calculate interest using formula

SI=((amount*rate*time)/100)

Step4: Print simple interest

Step5: Stop.//CCP program to find

compound interest for.//given

values. #include <bits/stdc++.h

using namespace std; int main (){

Similar questions