Rectangle
Rectangle
Scanner;
public class Rectangle{
Rectangle(){
this.length = length;
this.width = width;
this.color = color;
}//no-args cons
double length = 0;
double width = 0;
String color = "";
System.out.println();
store[i] = rec[i].getwidth()*rec[i].getlength();
}//for-loop
int check = 0;
check = i;
rec[check].output();
}//main
}//class