| Line 11: |
Line 11: |
| | | | |
| | }</source> | | }</source> |
| − | == variables == | + | == Numeric variables == |
| | <source lang="java"> | | <source lang="java"> |
| | public class variables { | | public class variables { |
| Line 42: |
Line 42: |
| | } | | } |
| | }</source> | | }</source> |
| | + | == Enum type == |
| | + | See code example:<br /> |
| | + | [https://github.com/rafahsolis/javaTutorial/blob/master/EnumTypes.java EnumTypes.java]<br /> |
| | + | [https://github.com/rafahsolis/javaTutorial/blob/master/Animal.java Animal.java]<br /> |
| | + | |
| | + | |
| | == Loops == | | == Loops == |
| | === While === | | === While === |