C++ 4
Exercise 1 (page 896) shows: Redo Programming Exercise 5 of Chapter 8 using dynamic arrays. Exercise 5 of Chapter 8 shows: Write a program that prompts the user to input a string and outputs the string in uppercase letters. (Use a character array to store the string.) · · You will...