#include <iostream>
using namespace std;
int main()
{
char b;
char john [6] = {'a','e','i','o','u','\0'};
cout<<"Please type a letter:";
cin>>b;}
}
please complete this code. i need to use an array that will give an output telling that your input letter is a vowel or consonant.