close
    Write a java program to accept a word and display the word by removing vowels

    0  Views: 450 Answers: 2 Posted: 11 years ago

    2 Answers

    Take a course on how to be a programmer. We are volunteers on a free Q&A site. None are programmers. 

    class Convert{


    public static void main(string s){


    ch=s.length();


    System.out.println("Enter word");{


    if(ch=='a'||ch=='e'||ch=='i'||ch=='o'||ch=='u')


    remove(ch);


    else


    System.out.println(+ch);


    }


    }


    } 


     


     


     

    Colleen

    Moderator
    Is this your answer? Why did you ask if you knew the answer?


    Top contributors in Software category

     
    Colleen
    Answers: 2208 / Questions: 0
    Karma: 40730
     
    ROMOS
    Answers: 720 / Questions: 0
    Karma: 34625
     
    country bumpkin
    Answers: 171 / Questions: 0
    Karma: 10400
     
    pythonlover
    Answers: 332 / Questions: 0
    Karma: 6345
    > Top contributors chart
    452261
    questions
    719709
    answers
    754057
    users