public void method1() { //영어에 포함된 모음의 수를 구하시오. String s = sc.next(); int cnt = 0; // 입력 받은 문자가 모음이 맞는지 비교하고 맞을 시 count+1 for ( int i = 0; i