How to determine non-vowel in a string and display it out???#include<iostream.h> void main() { char word[20]; int vowel = 0; cout<<"Enter a name: "; ...
How to determine non-vowel in a string and display it out???word[c] is != a vowel is not working.... I try it already... it still count the vowel in the value a...
How to determine non-vowel in a string and display it out???But my teacher didt teach me how to use the code you mention....
How to determine non-vowel in a string and display it out???I know how to determine vowel in a string but i not sure how to change the code to make it determine...
This user does not accept Private Messages