AEIOU (Gibberize String) Taking string as an input from user. After taking, consider a,A,e,E,i,I,o,O,u,U, if these letters appear in the string... then replace them with a^, A^ ,e^ ,E^ ,i^ ,I^ ,o^ ,O^ ,u^ ,U^. Leave the first three eligible letters from the starting of the string.