vowel selector program in C++
OBJECT
write a c++ program that take character input from
user and tells that the character is a vovel or a consonant using switch
statement
Algorithm
STEP#1
Start
STEP#2
Declare
the variables symb
STEP#3
input
character
STEP#4
switch
symb
STEP#5
if case ’a’ or case
’e’ or case ’i’ or case ’o’ or case ’u’
STEP#6
display
“You have entered a vowel”
STEP#7 if default then display “You have
entered a consonent”
STEP#8 end
Code
#include
<iostream>
using
namespace std;
int main()
{
char symb;
cout<<"Enter any character =
";
cin>>symb;
switch(symb)
{
case'a':
case'e':
case'i':
case'o':
case'u':
cout<<"\nYou have entered a
vowel\n\n";
break;
default:
cout<<"You have entered a consonent\n\n";
break;
}
return 0;
}
Vowel Selector Program In C++ - Mesh Software >>>>> Download Now
ReplyDelete>>>>> Download Full
Vowel Selector Program In C++ - Mesh Software >>>>> Download LINK
>>>>> Download Now
Vowel Selector Program In C++ - Mesh Software >>>>> Download Full
>>>>> Download LINK