Test case 1:
6 8 2 4 10 02
OUTPUT:
There are no odd numbers in 6 elements Press any key to continue
Test case 2:
Question 6:
(1 mark, file to be edited: Q6.c)
Your program allows the user to enter a string: 's' with a maximum length of 100 characters.
The program finds and prints the number of words whose first letter is a consonant. Know that consonants are letters except: 'a', 'e', 'i', 'o', 'u' and are not case sensitive.
Here is an example:
Enter s = "I am a student of FPT University"
I am a student of FPT University
OUTPUT:
2
Press any key to continue
Zoom
+ 80%
Close