Pair Programming - Vowels in Baby Names

Introduction

In the final exam for the Fundamentals of Programming course in the fall I asked you to write code that worked with a large file of baby names. It was divided into two parts

First, create a function called countVowels().  This function should:


Second, create a function called nameAnalysis() This function should:

 

Data

You will need the following data files

 

 

Submission

I will be grading this on purely a 1/0 basis.  You get credit for submitting something "on time" and that shows that you put time and effort/thought into crafting the code. 

Please complete in Replit in the appropriate activity/assignment.