Question: You were assigned the task of creating a 2-dimensional array A with 6 columns and 6 rows to store the first name of 6 students
You were assigned the task of creating a 2-dimensional array A with 6 columns and 6 rows to store the first name of 6 students at AUST. Write a C++ program, using functions, to perform the following:
1- Fill the array with the names. Once done, capitalize the first character of each name and display the names. (10 points)
2- Combine all the names together into one single string defined as 1-D array and display the new string (10 points).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
