Question: Program 1 Write a c++ program that will generate a string of 16 random upper and lower case characters. Then your program should print out


Program 1 Write a c++ program that will generate a string of 16 random upper and lower case characters. Then your program should print out that string. Then your program should organize the string so that all the lower case letters come before the upper case letter and then print out the modified string. Write a text file that justifies your design decisions and what you think the running time of your algorithm is. CSTJsuZslqJBOOuz zuqlsusCZJJBOOTS Program 2 Write a c++ program that will generate two vectors of 8 random ints. The first vector should be in ascending order and the second should be in descending order. Then your program should print out the vectors. Then your program should combine the two vectors to create a new vector that contains the values of the other two vectors in non-descending order. Write a text file that justifies your design decisions and what you think the running time of your algorithm is. Vector one 08171823333944 Vector two Combo vector 2522151040581317182023333944
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
