Guest User

Untitled

a guest
Dec 12th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public class UsaFormaGeometrica {
  2.  
  3. public static void main(String[] args) {
  4.  
  5. Circulo c = new Circulo(3,2);
  6.  
  7. System.out.println("Valor da área do Circulo é " + );
  8.  
  9.  
  10. }
  11.  
  12.  
  13. }
Add Comment
Please, Sign In to add comment