Program to count the number of vowels
This program will ask the user to input a string of maximum 40 characters and then it will count vowels in the given string. #include<iostream.h> #include<conio.h> #include<stdio.h> void main() {…
This program will ask the user to input a string of maximum 40 characters and then it will count vowels in the given string. #include<iostream.h> #include<conio.h> #include<stdio.h> void main() {…