Input a char
c. Keep repeating the input in a loop as long as
cis not equal to #. Display the count of the number of times user entered vowels, consonant, and digits when the loop ends. Sample input / output: Enter a sequence of characters ending with #: University of Sharjah 2024?# The number of vowels is 7 The number of consnant is 12 The number of digts is 4 . . Program finished with exit code 0 Press ENTER to exit console.
?