Create a function called reportVowel that takes a string as an input parameter. Return from the function the INDEX of the first vowel encountered. No import libraries can be used in your code. Example...


Create a function called reportVowel that takes a string as an input parameter.


Return from the function the INDEX of the first vowel encountered.


No import libraries can be used in your code.


Example call:  reportVowel ("This is a nice sentence.") would return '2', the position of the i in This.


 Vowels: a,e,i,o,u,y. You can assume all input is lower case.


in python




Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here