Exercise: Getting Started
Let's test the concepts we've learned with a coding exercise.
We'll cover the following...
Exercise 1
In this exercise, you will count the number of vowels in a string. You will use the count()
function for this exercise. ...