Question: c++ I want the code for the program in (c ++) language Two Dimensional Arrays - Lab Write a program with the following functions: 1-

c++

I want the code for the program in (c ++) language
Two Dimensional Arrays - Lab Write a program with the following functions: 1- A function (Pal) that receives a string and returns 1 if it is palindrome, O otherwise. 2- A function (CountPal) that receives a list of names and returns the number of palindrome names in that list. (2 must call 1) 3- A main function that reads a list of names and calls CountPal to count palindrome names, then the main function displays the number of palindrome names. Computer Science Department College of Engineering and Information Technology Programming Principles II Two Dimensional Arrays - Lab Write a program with the following functions: 1- A function (Pal) that receives a string and returns 1 if it is palindrome. O otherwise. 2- A function (CountPal) that receives a list of names and returns the number of palindrome names in that list. (2 must call 1) 3- A main function that reads a list of names and calls CountPal to count palindrome names, then the main function displays the number of palindrome names
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
