 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Write an algorithm to find the area of a rectangleA. (i) Read length (l) and breadth (b) (ii) Find the area by using A=`lxxb` ltrbgt (iii) Display the areaB. (i) Find the area by using A =2(l+b) ltrbgt (ii) Display the area (iii) Read length (l) and breadth (b)C. (i) Read length (l) and breadeth (b) ltrbgt (ii) Find the area by using A=2(l+b) (iii) Display the areaD. (i) Read legth (l) and breadth (b) (ii) Display the area (iii) Find the area by using A=`lxxb` (iv) Display length and breadth | 
| Answer» Correct Answer - a | |