Write a Java program that gets a phrase from the user…

$25.00

Category: You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (2 votes)

Write a Java program that gets a phrase from the user. Then use a for loop to examine each letter of the phrase. Print out the position and character found at that position. Count how many times an A, E, I, O, or U appears in the phrase. Your program should print out the character in the original case entered by the user, but should treat a and A the same when counting them.