Write a program that asks the user to enter four words. The program should then analyze each of the four words so that it can report the length of each word as well as the positions of the five vowels within each word.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 14E
icon
Related questions
Question

Write a program that asks the user to enter four words. The program should then analyze each of the four words so that it can report the length of each word as well as the positions of the five vowels within each word.

%3D
Translate W Java Tutorial
Javanotes 8.1.3 -- T..
comet.lehman.cuny..
HW 2| PDF Foot (..
SMƏN
....
Request edit access
Write a Java program that asks the user to enter four words.
The program should then analyze each of the four words so that it can report the length of each word as well
as the positions of the five vowels within each word.
For a sample run where the user enters the words: she smiles third frisbee
the console screen must look as follows:
Enter 4 worbe:
Word 1= "ahe" Length
Word 2 = "smilea Length =
డ P-+OY
3 position of vowels: 'a' = -1, 'e' = 2, 'i' = -1, 'o' = -1, 'u' = -1
6 position of vowele: 'a' = -1, 'e' = 4, 'i' = 2, 'o' = -1,
5 poaition of vowela: a = -1, le! = -1, 'i =
7 position of vowels: la= -1,
%3D
Word 4 = "frisbee" Length 7 position of vowels: 'a' = -1, 'e' = 5, 'i' = 2, 'o = -1, 'u = -1
For a sample run where the user enters the words: shoe shoe chime wallabees
the console screen must look as follows.
1 సివర్క
chime! Length =
poaition of vowel3:a = .
e न: :3.
Nord 2
Nord 3
po0ition of yowelara=
D pooition of vewelata=
!!
Note:
For multiple instances of a vowel, only the index of the first occurrence will be indicated
Anindey
ates fhat.the
rin the word.
40°F
|回 直0
dy
prt sc
114
144
Transcribed Image Text:%3D Translate W Java Tutorial Javanotes 8.1.3 -- T.. comet.lehman.cuny.. HW 2| PDF Foot (.. SMƏN .... Request edit access Write a Java program that asks the user to enter four words. The program should then analyze each of the four words so that it can report the length of each word as well as the positions of the five vowels within each word. For a sample run where the user enters the words: she smiles third frisbee the console screen must look as follows: Enter 4 worbe: Word 1= "ahe" Length Word 2 = "smilea Length = డ P-+OY 3 position of vowels: 'a' = -1, 'e' = 2, 'i' = -1, 'o' = -1, 'u' = -1 6 position of vowele: 'a' = -1, 'e' = 4, 'i' = 2, 'o' = -1, 5 poaition of vowela: a = -1, le! = -1, 'i = 7 position of vowels: la= -1, %3D Word 4 = "frisbee" Length 7 position of vowels: 'a' = -1, 'e' = 5, 'i' = 2, 'o = -1, 'u = -1 For a sample run where the user enters the words: shoe shoe chime wallabees the console screen must look as follows. 1 సివర్క chime! Length = poaition of vowel3:a = . e न: :3. Nord 2 Nord 3 po0ition of yowelara= D pooition of vewelata= !! Note: For multiple instances of a vowel, only the index of the first occurrence will be indicated Anindey ates fhat.the rin the word. 40°F |回 直0 dy prt sc 114 144
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr