public class testrectangle1{
public static void main (String[] args){
Rectangle1 testrectangle1 = new Rectangle(3.5,35.9);
System.out.println(testrectangle1.getPerimeter);
}
}
also don't know how to exactly get the test file compiled right either trying to enter a width of 3.5 and a height of 35.9