Question: C++ Language 3.) A user-defined function that will prompt the user to input how many random alphabetic character to generate (1 to 26) in the

C++ Language

C++ Language 3.) A user-defined function that will prompt the user to

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 C J D R There is/are 3 VOWELS: There is/are 7 CONSONANTS: Z BX C The random alphabetic character in ASCENDING order: B C D E 1 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)? 10 The 10 Random numbers are: 9 -1 -58 10 65 -9 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 quit

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!