Advertisement
ilminottaken

Untitled

Oct 12th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /**
  2. *
  3. * @author ilmi
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement