Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. public interface FormaGeometrica {
  2.    
  3.     double area();
  4.     double comprimento();
  5.    
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement