Algorithm and Flowchart to find Simple Interest

[16085 views]




In this post, we will be writing a simple algorithm and drawing a flowchart for calculating Simple Interest.

Inputs: Principle Amount(PA), RateOfInterest(ROI), Time
Formula to Calculate Simple Interest(SI): SI=((PA*ROI*Time)/100)

Algorithm to find Simple Interest:

Step 1: Start Step 2: Read Principle Amount(PA), RateOfInterest(ROI), Time Step 3: SI= ((PA*ROI*Time)/100) Step 4: Print SI Step 5: Stop

Flowchart to Calculate Simple Interest:

Flowchart to Calculate Simple Interest
Remove WaterMark from Above Flowchart

                 



Want to Learn How to write own Algorithm and Flowcharts



Want to test your logical skills in Algorithms?




Comments










Search Anything:

Sponsored Deals ends in





Technical Quizzes Specially For You:

Search Tags

    Pseudocode to find Simple Interest

    Simple Interest Calculation Algorithm

    Simple Interest Calculation Flowchart