question archive 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
Subject:Computer SciencePrice: Bought3
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.
without using the following
#include <vector>
#include<string>
#include <algorithm>