Question 1(a) 14 points Write down a C program where you take an English sentence as input and do the followings: i. Pri
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 1(a) 14 points Write down a C program where you take an English sentence as input and do the followings: i. Pri
Question 1(a) 14 points Write down a C program where you take an English sentence as input and do the followings: i. Print the first vowel appearing in the sentence. ii. Print all consonants in the sentence. Sample input: Enter string: GOOGLE Output: FIRST VOWEL O CONSONANTS GGL