write a pseudocode that will input a paragraph of text from user. From the paragraph inserted by user, count and print the numbe of vowels inside the paragraph. Assume the paragraph is stored inside an array of characters
named para with size 1000.
Answers
Answered by
4
Counting the number of characters is important because almost all the text boxes that rely on user input have certain limit on the number of characters that can be inserted. For example, the character limit on a Facebook post is 63, 206 characters. Whereas, for a tweet on Twitter the character limit is 140 characters and the character limit is 80 per post for Snapchat.
Determining character limits become crucial when the tweet and Facebook post updates are being done through api’s.
Note: This program would not run on online compilers. Please make a txt file on your system and give its path to run this program on your system.
Answered by
1
Answer:
this is your ans.
I hope it helps you
Attachments:
Similar questions
Hindi,
5 months ago
Environmental Sciences,
5 months ago
English,
5 months ago
Social Sciences,
10 months ago
English,
10 months ago
Chemistry,
1 year ago