Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. public class Lingkaran {
  2.     public static void main() {
  3.         // TODO Auto-generated method stub
  4.         Circle b = new Circle();
  5.         double nuzha;
  6.         nuzha = b.getArea();
  7.         System.out.println(nuzha);
  8.        
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement