Created
May 13, 2013 14:44
-
-
Save gmfc/5568817 to your computer and use it in GitHub Desktop.
Procedimentos_métodos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class exemplo{ | |
| static double atributo1; //atributos da classe | |
| public static void main(Strings args[]){ | |
| //main | |
| } | |
| public static void procedimento(){ | |
| //procedimento | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@RunoFawkes