Advertisement
cesarnascimento

metodo simples excript

Aug 17th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. package andreza;
  2.  
  3. public class funcao {
  4.    
  5.    
  6.     public static void metodo(){
  7.         System.out.println("metodo");
  8.        
  9.     }
  10.    
  11.     public static void main(String[] args) {
  12.         metodo();
  13.     }
  14.     /* César N. */
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement