Recent content by drew96

  1. D

    Java core programming problem...

    Now here is the java program: class Figure{ double dim1; double dim2; Figure(double a,double b){ dim1=a; dim2=b; } double area(){ System.out.println("Area is undefined."); return 0; } } class Rectangle extends Figure{ Rectangle(double a,double b){ super(a,b); } double area(){...
  2. D

    How to open a flash game?

    I am stuck on this really annoying flash game I just want to know its end is there any software that will help me able to do that.