draw flowchart/algorithm to find calculate the area of circle/rectangle
Answers
Answered by
2
Answer:
circle
step 1 start
step 2 read the value for r
step 3 a= 3.14*r*r
step 4. print a
step 5 stop
rectangle
step 1 start
step 2 read the value for l and b
step 3. a=1/2 *b*h
step 4 print a
step 5 stop
Similar questions