1. Write a program that will ask for 10 strings/strings of char and output the strings/strings of char in alphabetical order. a. The program only uses the iostream header file and declares the strings as an array of characters b. The program may use other header file and use the data type string. 2. Write a program that will ask for a long string (max of 100 characters), and a target string. The program must determine if the target string is present in the input long string. 3. Modify Number 2, the program must count the number of times the target string exists in the input long string. 4. Write a program that will ask for 10 strings and determine if the input strings are palindrome. sample output: hannah palindrome george: not palindrome After you check and run that the program executes correctly, you must submit a report that includes the source code for all the exercises that also includes the screenshot of the program execution.
1. Write a program that will ask for 10 strings/strings of char and output the strings/strings of char in alphabetical order. a. The program only uses the iostream header file and declares the strings as an array of characters b. The program may use other header file and use the data type string. 2. Write a program that will ask for a long string (max of 100 characters), and a target string. The program must determine if the target string is present in the input long string. 3. Modify Number 2, the program must count the number of times the target string exists in the input long string. 4. Write a program that will ask for 10 strings and determine if the input strings are palindrome. sample output: hannah palindrome george: not palindrome After you check and run that the program executes correctly, you must submit a report that includes the source code for all the exercises that also includes the screenshot of the program execution.
Related questions
Question
100%
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps with 1 images