Program to check if the given character is a vowel or consonant. #include <stdio.h>. int main(). {. char ch;. printf("Enter a character\n");. scanf("%c" ...
確定! 回上一頁