how to create an algorithm for the area of a rectangle
Answers
Answered by
1
C program to calculate area of the rectangle(flowchart)
1.start
2.input l,b
3.rec=l*b
4.print rec
5.stop
Hope It Helps
1.start
2.input l,b
3.rec=l*b
4.print rec
5.stop
Hope It Helps
Answered by
0
Start
Input
Rec
Startrec
Input
Rec
Startrec
Similar questions