diff --git a/Consecutive2vowels.java b/Consecutive2vowels.java index 7c48108..d6fec88 100644 --- a/Consecutive2vowels.java +++ b/Consecutive2vowels.java @@ -4,7 +4,7 @@ Input: I enjoy eating spaghetti and meatballs for dinner Output: 2 -Explanation: There are two words in the sentence that contain at least two consecutive vowels - "enjoy" and "meatballs". +Explanation: There are two words in the sentence that contain at least two consecutive vowels - "eating" and "meatballs". */ import java.util.*;