Top 50 Java Programming Interview Questions
public static void main(String[] args) {
// TODO Auto-generated method stub
String ChkVowel;
System.out.println("Enter your word to check Vowel");
Scanner in=new Scanner(System.in);
ChkVowel=in.next();
if(ChkVowel.toLowerCase().matches(".*[aeiou].*"))
{
System.out.println("Vowel is Present");
}
else {
System.out.println("Vowel is NOT Present");
}
}
En esta página del sitio puede ver el video en línea Write a Java program to check if a vowel is present in a string WITHOUT using any function. de Duración hora minuto segunda en buena calidad , que subió el usuario The Disciplined learner 07 agosto 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 520 veces y le gustó 18 a los espectadores. Disfruta viendo!