Biblioteca Java - Diff between revs 4 and 39

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 4 Rev 39
Line 1... Line -...
1 package inroducere.java.controlflow; -  
-   1 package introducere.java.controlflow;
2 2
3 3
4 public class SwitchStructure { 4 public class SwitchStructure {
5         5        
6         static int countVowel(String word){ 6         static int countVowel(String word){