Commit 853f88a2 authored by Suleman Hussain's avatar Suleman Hussain

fsadfas

parent 0ad77e88
No preview for this file type
......@@ -10,7 +10,6 @@ public class Rectangle extends Shape{
public void setWidth(int width){
this.width=width;
}
public int getHeight() {
return this.height;
}
......
......@@ -75,7 +75,7 @@ public class unitTest {
assertEquals(25.0, testShape.area(), 1e-6);
}
// *********************************
// Square Tests
// *********************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment