Practical: 18 Aim: Find Area of A Rectangle Using Constructor (Input PARAMETERS (10,10) ) - Program: Input
The document describes a practical experiment to find the area of a rectangle using a constructor with input parameters of 10 and 10. The program takes input parameters, calculates the area of the rectangle by multiplying the length and width, and outputs the result, successfully finding the area of the rectangle using a constructor.