Empresa engajada
2 round he asked few questions related to output of few programs basic of core java. Asked us to write a program on finding number of vowels in a string and string reversal.
Sigiloso
int count = 0; Pattern p1 = Pattern.compile("[a|e|i|o|u]"); for(int i =0;i