Write a program that reads a file one character at a time and prints out how many times each of the vowels a e i o u occur (in upper- or lowercase). Complete the following code. Vowels.java 1 import java.io.File; 2 import java.io.FileNotFoundException; 3 import java.io.PrintWriter; 4 import java.util.Scanner; 5 6 public class Vowels 7 { 8 public static void main(String[] args) throws FileNotFoundException { String vowels = int[] counters = new int[vowels.length()]; "aeiou"; 10 11 12 13 14 15 16 17 18 19 20 Scanner console = new Scanner(System.in); System.out.print("Input file: "); String inputFileName Scanner in = . console.next(); while (. { String ch int n = .) 21 vowels.index0f(ch.toLowerCase()); 22 23 24 25 26 27 28 29 30 31 32 } in.close(); 0; i < vowels.length(); i++) for (int i { System.out.println(vowels.charAt(i) + } } + counters[i]); : 33 }

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question
Write a program that reads a file one character at a time and prints out how many times each of the vowels a e i o u occur (in upper- or lowercase). Complete the following code.
Vowels.java
1 import java.io.File;
2 import java.io.FileNotFoundException;
3 import java.io.PrintWriter;
4 import java.util.Scanner;
5
6 public class Vowels
7 {
8
public static void main(String[] args) throws FileNotFoundException
{
String vowels =
int[] counters = new int[vowels.length()];
"aeiou";
10
11
12
13
14
15
16
17
18
19
20
Scanner console = new Scanner(System.in);
System.out.print("Input file: ");
String inputFileName
Scanner in = .
console.next();
while (.
{
String ch
int n =
.)
21
vowels.index0f(ch.toLowerCase());
22
23
24
25
26
27
28
29
30
31
32
}
in.close();
0; i < vowels.length(); i++)
for (int i
{
System.out.println(vowels.charAt(i) +
}
}
+ counters[i]);
:
33 }
Transcribed Image Text:Write a program that reads a file one character at a time and prints out how many times each of the vowels a e i o u occur (in upper- or lowercase). Complete the following code. Vowels.java 1 import java.io.File; 2 import java.io.FileNotFoundException; 3 import java.io.PrintWriter; 4 import java.util.Scanner; 5 6 public class Vowels 7 { 8 public static void main(String[] args) throws FileNotFoundException { String vowels = int[] counters = new int[vowels.length()]; "aeiou"; 10 11 12 13 14 15 16 17 18 19 20 Scanner console = new Scanner(System.in); System.out.print("Input file: "); String inputFileName Scanner in = . console.next(); while (. { String ch int n = .) 21 vowels.index0f(ch.toLowerCase()); 22 23 24 25 26 27 28 29 30 31 32 } in.close(); 0; i < vowels.length(); i++) for (int i { System.out.println(vowels.charAt(i) + } } + counters[i]); : 33 }
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT