subject

Write a java method called vowelcount that accepts a string as a parameter and produces/returns an array of integers representing the count of each vowel in the string. the array returned by your method should hold five elements: the first is the count of the 'a's, the second is the count of 'e's, the third 'i''s, the fourth 'o's and the fifth the number of 'u's. your count should check for both upper and lower case versions. for example the call vowelcount("i think therefore i am") should return the array [1,3,3,1,0].your main program should then allow the user to type in single lines, analyzing each line and print out its count. the program should stop when the user types the word "stop" by itself.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 01:20
Me with this program in c++ ! computers represent color by combining sub-colors red, green, and blue (rgb). each sub-color's value can range from 0 to 255. thus (255, 0, 0) is bright red. (130, 0, 130) is a medium purple. (0, 0, 0) is black, (255, 255, 255) is white, and (40, 40, 40) is a dark gray. (130, 50, 130) is a faded purple, due to the (50, 50, 50) gray part. (in other word, equal amounts of red, green, blue yield gray).given values for red, green, and blue, remove the gray part. ex: if the input is 130 50 130, the output is: 80 0 80. thus, find the smallest value, and then subtract it from all three values, thus removing the gray.
Answers: 3
question
Computers and Technology, 24.06.2019 02:30
Which option completes the explanation for conflict of interest in an organization
Answers: 1
question
Computers and Technology, 24.06.2019 14:00
Text or graphics that print at the bottom of every page are called footings footers headers headings
Answers: 1
question
Computers and Technology, 24.06.2019 18:30
In what way is your social media footprint related to your digital id
Answers: 1
You know the right answer?
Write a java method called vowelcount that accepts a string as a parameter and produces/returns an a...
Questions
question
Mathematics, 12.05.2021 20:20
question
Mathematics, 12.05.2021 20:20
question
Mathematics, 12.05.2021 20:20
question
Mathematics, 12.05.2021 20:20
question
Mathematics, 12.05.2021 20:20
Questions on the website: 13722359