9 0 10 1 8
OUTPUT:
0 1 8 9 10
Press any key to continue
Question 6:
(1 mark, file to be edited: Q6.c)
Your program allows users to enter a string "s" with maximum length of 100 characters.
Count and print the number of non-vowel characters in a string, including whitespace characters. Know that vowels are letters: 'a', 'e', 'i', 'o', 'u' and are not case sensitive.
Below is an example:
Enter s = "Spring 2024 - FPTU"
Spring 2024 FPTU
OUTPUT:
16
Press any key to continue
Zoom
+ 100%
Close