☑Kizspy.me
Question 6:
(1 mark, file to be edited: Q6.c)
Your program allows the user to enter a string of up to 100 characters.
The program should print the number of vowels in the string and reverse the string.
Below are input, output samples for the question:
Input, output sample 1:
INPUT:
Hello World
OUTPUT:
Vowels: 3
Reversed string: diroWolleH
INPUT:
Hello World
OUTPUT:
Vowels: 3
Reversed string: dlroWolleH
Zoom
Question 7.
+ 100%
Close