In this assignment you will design a program to perform thefollowing task:Write a program using functions that calculates the area andperimeter of a rectangle whose dimensions (Length and width) areprovided by a user.
Back