Assignment:3 Practice Set Q.2 Solution

Q.2. Write a PHP script to count the total number of vowels (a,e, i,o,u) from the string. Show the occurrences of each vowel from the string.

Code