@@ -30,6 +30,10 @@ public class PigLatinGenerator {
temp = temp.substring(2);
temp += String.valueOf(first) + second + "ay";
}
+ else if(temp.substring(0, 3).toLowerCase().equals("egg"))
+ {
+ temp += "way";
+ }
else if(temp.substring(0, 3).toLowerCase().equals("ove"))
{
temp = temp.substring(0, 4);