Question: Write a C++ program that includes the following function: .a boolean function with the name of evenorodd that tests a number to see whether

Write a C++ program that includes the following function: .a boolean function with the name of "evenorodd" that tests a number to see whether it is even or odd your program should do the folowing in each iteration: ask the user to enter a number and each time by calling "evenorodd" function determines if the number is even or odd then ask the user: "Do you want to continue?" if the answer is "Y" or "Yes", then repeat the process
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
