Computer Science, asked by chkomalathgmailcom, 11 months ago

Please suggest me a q basic program Please dont give incorrect Answer​

Answers

Answered by chinmayi1208
0

Explanation:

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

Similar questions