Saved Bookmarks
| 1. |
Please suggest me a q basic program Please dont give incorrect Answer |
|
Answer» Write a PROGRAM to FIND the AREA of rectangle. Cls Input " ENTER the length " ;l Input " enter the breadth " ;b let A = l*b Print" the area of rectangle=" ;a End |
|