Computer Science, asked by niyaapalan, 6 months ago

take a single line text message from user. Separate the vowels from the text. Find the repeating occurances of vowels from the text message. Display count of which vowel has repeated how many times. Display a new text message by removing the vowels characters as output. Display the output in exact format shown below in example, after displaying count of characters on next line display the new text message on next line. "Hll wlcm" is the new text message. If text message entered by user does not contain any vowel then display 0 as output. If text message entered by user contain any numeric value then display 0 as output. If user enters blank or empty text message, display "INVALID INPUT" as output. Message "INVALID INPUT" is case sensitive. Display it in exact format given.

Answers

Answered by muki39
1

Answer:

a,e,i,o,u

Explanation:

vowels

please Mark's as brainliest

Similar questions