A9 Java Program: Text Histogram
VerifiedAdded on 2019/09/16
|3
|489
|326
Homework Assignment
AI Summary
This Java assignment requires students to write a program that takes a line of text as input and generates a histogram of the vowels present in the text. The provided solution includes the base functionality of reading the text and displaying a horizontal histogram. Additionally, it outlines the extra credit component, which involves creating a vertical histogram of the vowels. The program is designed to be case-insensitive and adheres to the course's constraints, such as not using arrays or other advanced concepts. The solution is contained within a single Java file named A9.java.
1 out of 3








