Convert the algorithms of questions 4 to 9 into flowcharts.

Flowchart 4: Calculate the Area of a Rectangle Start Input Length (L) Input Breadth (B) Calculate Area = L × B Display Area End Flowchart Structure: Start → Input Length (L) → Input Breadth (B) → Calculate Area → Display Area → End Flowchart 5: Convert Inches to Centimeters Start Input Length in Inches Convert … Read more