Skip to main content

program for extracting vowel from sentence using array

//program for extracting vowel from sentence using array
import java.io.*;
class vl1
{
  public static void main(String args[])throws IOException
 {
  DataInputStream in = new DataInputStream(System.in);
  System.out.println("enter the sentence");
  String s=in.readLine();//stores the entered string in s
  String tmp="",h="";
  s=s.trim();

  String g=s.toLowerCase();

  g=g+" ";

  int count=0,p=0,i;
  int l=g.length();
 try
{//for counting no.of spaces in the string entered
 for( i=0;i<l;i++)
   {
     char ch=g.charAt(i);
     if(ch==' ')
count+=1;

   }

String d[]=new String[count];//array declaration with size
for(i=0;i<l;i++)
{
  char ch=g.charAt(i);
     if(ch!=' ')
tmp=tmp+ch;

else
{
d[p]=tmp;
p+=1;
tmp="";
}
}
int j;
//for printing vowels from the sentences
for( i=0;i<count;i++)
{
String m=d[i];
h="";
  for(j=0;j<m.length();j++)
{      char x = m.charAt(j);
if(x=='a'||x=='i'||x=='e'||x=='o'||x=='u')
      h=h+x;

}
System.out.println("Vowels in "+d[i]+"\t are: "+h);
}

}//try block ends
catch(ArrayIndexOutOfBoundsException e)//catching an exception
{
System.out.println(e);
}
}
}

Comments

Popular posts from this blog

PROGRAM TO PRINT COLOURS OF RAINBOW ACCORDING TO THE NO. INPUTTED BY THE USER

#include,stdio.h> #include<conio.h> void main() { int ch; printf("INPUT A NUMBER\n"); scanf("%d",&ch); switch(ch) { case 6: printf("Red"); break; case 5 : printf(" Orange"); break; case 4 : printf(" Yellow"); break; case 3 : printf(" Green"); break; case 2 : printf(" Blue"); break; case 1 : printf(" Indigo"); break; case 0 : printf(" Violet"); break; default : ("wrong input "); } } SIMPLE PROGRAMS FIND TYPE OF THE TRIANGLE TEMPERATURE CONVERSION COMMISSION OF A SALESMAN PRINT NUMBERS IN DESCENDING ORDER BIGGEST NUMBER AMONG THREE NUMBERS CALCULATE DIVISION A YEAR IS LEAP OR NOT A NUMBER IS ODD OR EVEN PRINT THE SQUARE ROOT ELSE PRINT N TO THE POWER 5 PRINT A NEW NUMBER BY ADDING 1 TO EACH DIGIT OF THE NUMBER PRINT THE NO. OF CURRENCY NOTES ACCORDING TO THE AMOUNT ENTERED DATA STRUCTURES ENTER DETAILS OF A STUDENT ENTER DETAILS OF A ST...

unix commands

 

Baby doge paws

Baby doge paws link 🎉 Join the BabyDoge PAWS Clicker adventure! Solve challenges, join daily events, and invite friends. Stay tuned for the token airdrop! 🐾 🌟 Earn 10k PAWS as a welcome bonus 🌟 Get 25k PAWS with Telegram Premium https://t.me/BabyDogePAWS_Bot?start=r_6394860582