Question: Question-2) Write a C++ application that declares a 2-dimentional array of type 'char. This array will be used to store the names of 5 students.
Question-2) Write a C++ application that declares a 2-dimentional array of type 'char. This array will be used to store the names of 5 students. The maximum name length is 50. The names are to be entered from console. Then, you have to do the following: Convert the first letter in each name to capital letter. Remove special characters from the name and update the matrix accordingly For example, if user enters the following name: Ahma!d, the name should be updated in the array to Ahmad by removing the special character. Print all the names that ends with 'a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
