Write a program the width w of a rectangle then compute


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

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program the width w of a rectangle then compute
Reference No:- TGS0110962

Expected delivery within 24 Hours