/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package vowel; /** * * @author print depot */ public class Main { /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here char c; int ltr =0; char[] vowelStr={'a', 'A', 'e', 'E', 'i', 'I', 'o', 'O', 'u', 'U'}; String copyFromMe="The quick brown fox jumps over the lazy dog"; for (int i=0; i