Write a program that asks for length l


Write a program that asks for length L and the width W of a rectangle, then compute perimeter and area of the rectangle. 
perimeter = (length + width) * 2
area = length * width

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program that asks for length l
Reference No:- TGS0110870

Expected delivery within 24 Hours