View Single Post
  #5 (permalink)  
Old 11-14-2007, 06:13 PM
darkgt darkgt is offline
Member
 
Join Date: Nov 2007
Posts: 5
darkgt is on a distinguished road
Code:
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
Reply With Quote