Question: #include #include // Write prototypes of functions int main() { // Test 1 std::cout // Write functions here items are in descending order. 2. Write

#include
// Write prototypes of functions
int main() { // Test 1 std::cout
// Write functions here
items are in descending order. 2. Write a main function that tests the following inputs by calling the CheckOrder function 10020030040014003002001001100500300400 3. a. Overload the CheckOrder() function for the string-type items b. Overload the CheckOrder() function for the double-type items c. Overload the CheckOrder() functions for the character type items 4. Move all functions below the main functions and add functions' prototypes above the main function. 5. Update the main function for the following test cases a b z C Order: 0 bat hat mat sat Order: 1 12.86.943.010.67 Order: 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
