document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /**
  2.  *
  3.  * @author Steve
  4.  * version 1.0.1
  5.  */
  6. public class Lingkaran {
  7.     public static void main() {
  8.         // TODO Auto-generated method stub
  9.         Circle b = new Circle();
  10.         double areaa;
  11.         areaa = b.getArea();
  12.         System.out.println(areaa);
  13.        
  14.     }
  15. }
');