Question: The Programming Language is C++. Please also include comments and the string should be typed by the user in order to generate a recursive output.
The Programming Language is C++. Please also include comments and the string should be typed by the user in order to generate a recursive output.
Write a program that includes three questions on your first test: 1. find_min_max taking an integer array and its size as arguments, and then print the max and min items in then array respectively. 2. print_forwards_then_backwards-taking a string and begin index and end index as arguments, and then print the string forwards and then backwards (you may write two versions:recursive and iterative but the recursive version is required) 3. print_number_virtically, taking an integer as an argument, and then print the number vertically (you may write two versions:recursive and iterative but the recursive version is required) your main function may look like: #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
