Changes

Jump to navigation Jump to search
230 bytes added ,  07:05, 4 April 2015
no edit summary
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 ===

Navigation menu