Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3.) A user-defined function that will prompt the user to input how many random alphabetic character to generate (1 to 26) in the range of
3.) A user-defined function that will prompt the user to input how many random alphabetic character to generate (1 to 26) in the range of A to Z. Output should not have a duplicate character, Display all the vowels and consonant generated and display all the random character generated in ASCENDING order
3.) A user-defined function that will prompt the user to input how many random alphabetic character to generate (1 to 26) in the range of A to Z. Output should not have a duplicate character. Display all the vowels and consonant generated and display all the random character generated in ASCENDING order. Example: How many character in the range of A to Z would you like to generate (1-26)? 10 The 10 random alphabetic characters are: Z B E X TUJ DR There is/are 3 VOWELS: There is/are 7 CONSONANTS: Z BX CJ DR The random alphabetic character in ASCENDING order: DE I J RUX Z SAMPLE OUTPUT: MAIN MENU [1] Highest and Lowest Number Random Numbers, and Count Occurrences of the number being Search for. [2] Generate Unique Random Numbers and Output the Numbers in Ascending and Descending Order. [3] Generate Unique Random Characters and Output the Vowels and Consonants and Output in Ascending Order. Enter your choice: 1 How many numbers in the range of -100 to 100 would you like to generate (1-100)2 10 The 10 Random numbers are: 9 -58 10 11 65 11 89 11 The highest number generated - 89 The lowest number generated - -58 What number would you like to search? 11 There is/are 3 occurrences of 11 Press any key to continue or N to quitStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started