CMIS102 Homework Assignment 4
Problem definition: Write a program, using functions, that calculates the area and perimeter of a rectangle whose dimensions (Length and width) are provided by a user.
A. Problem Analysis – Following the directions in the assignment, clearly write up your problem analysis in this section.
This program will calculate the area and perimeter of a rectangle, using functions based on the users’ input of the length and width.
B. Program Design – Following the directions in the assignment, clearly write up your problem design in this section and comment your pseudocode.
C. Program Comments and Test Data – Following the directions in the assignment, include your test data and expected results in this section.