Week # 3 Flowcharts & Algorithms (Practice Examples)
Week # 3 Flowcharts & Algorithms (Practice Examples)
structure of explaining steps of algorithms. Knowing how to use them while drawing
1. All boxes of flowcharts are connected with arrows to show the logical connection
between them,
3. All flowcharts start with a Start Box and end with a Terminal Box,
These examples will help you get a better understanding of flowchart techniques.
Algorithm:
Step 1: Read amount,
Step 2: Read years,
Step 3: Read rate,
Step 4: Calculate the interest with formula "Interest=Amount*Years*Rate/100
Step 5: Print interest,
Flowchart:
Algorithm:
Point
Algorithm:
Algorithm: