L and w are positive numbers


Q7: 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!!
Basic Computer Science: L and w are positive numbers
Reference No:- TGS0144538

Expected delivery within 24 Hours