answersLogoWhite

0

String passage= new String("blah blah blah");

int vowelSum=0;

for(int i=0;i<passage.length();i++)

if(passage.charAt(i)=='a' passage.charAt(i)=='e' ...etc....

vowelSum+=1;

System.out.println(vowelSum);

That is a basic idea and in no way the best possible way to do it.

JBuck

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What is an algorithm to calculate the sum of the digits of a three digit number?

algorithm is a way to solve your problem


How to write an algorithm that accepts five numbers and displays the sum and average of the numbers?

1.Start Algorithm 2.Enter first number 3.Enter second number 4.Enter third number 5.Enter fourth number 6.Enter fifth number 7.Add five number 8.display five number / 2 9.Display result 10.End Algorithm


Where do you run an algorithm?

By preparing test cases we can test an algorithm. The algorithm is tested with each test case.


What is the average case time complexity of the Bubble Sort algorithm?

The average case time complexity of the Bubble Sort algorithm is O(n2), where n is the number of elements in the array being sorted.


What is the average running time of Dijkstra's algorithm for finding the shortest path in a graph?

The average running time of Dijkstra's algorithm for finding the shortest path in a graph is O(V2), where V is the number of vertices in the graph.


If you have the average how to calculate the total?

Multiply the average by the number of terms.


How to calculate average change IN INVENTORY?

You calculate average change in inventory by dividing the turnover by how many times it has turned over. The number you get is the average.


How do you you calculate the square root of a number manually without a calculator?

Use the link provided to University of Arizona math page where the algorithm is explained.


Why is the answer derived from an algorithm not the same as an average for example IQ scores are not an average of the subtest scores but a score derived from an algorithm?

it is obvious the average is not by just one person it is by a group of people so you need to ask a group of people what their IQ is and add them all up then divide them by the number you used


How do you calculate the simple moving average?

To calculate the simple moving average, add up the closing prices of a set number of time periods and then divide by the number of periods.


How do you calculate the average of a list of numbers?

If you want to calculate the average of a list of numbers, add the numbers together and divide it by the number of numbers.


How do you calculate the average temperature?

To calculate the average temperature, you add up all the temperatures and then divide by the number of temperatures you added together. This gives you the average temperature.