diff --git a/Exercise_05/Exercise_05_49/Exercise_05_49.java b/Exercise_05/Exercise_05_49/Exercise_05_49.java index 096d8291..d20abe14 100644 --- a/Exercise_05/Exercise_05_49/Exercise_05_49.java +++ b/Exercise_05/Exercise_05_49/Exercise_05_49.java @@ -35,4 +35,5 @@ public static void main(String[] args) { System.out.println("The number of vowels is " + vowels); System.out.println("The number of consonants is " + consonants); } -} \ No newline at end of file + } +}