Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

1.

Draw a flowchart to accept the principle, rate, and time values and display the simple
interest
START

P, R, T

K=P*R*T

End

2. Draw a flowchart that accept a number and display the simple interest

START

INPUT SISI (S)

L=S*S*S

End
3. Draw a flowchart that accept the length and breadth of a rectaangle and display its area and
perimeter

START

INPUT L, B

A=L*B

K = 2 * (L + B)

End

You might also like