add

CF

Pattern – Asterisk Edge

Given a positive integer value N as input, print the pattern as in the Example Input/Output section. The outer edges must be represented by…
CF

C – Functions – Vowel Count

A string is passed as input. The program must print the count of vowels. Fill in the lines to implement the function countVowels. Boundary…