- 3
Given the following set: {b, f, g, h, a, c} You are required to write a C++ programming code that will perform the following
Write an array code in C++ that will: 1. Sort the array [5] 2. Give count index to each character [3] 3. Count and print the number of characters in the given array [2] 4. Print the first and the last "sorted” character. [5] 5. Add character “z” in the given array, then print the new set array. [5]
3 Antworten
+ 2
Nice homework, but don't use this section as your notebook.
If you want help, share your attempt
0
Okay thanks