Question: Please post the answer in C++ language. Thanks, (Using &&, ||, ^operators) Write a program that prompts the user to enter an integer and determines

Please post the answer in C++ language. Thanks,
(Using &&, ||, ^operators) Write a program that prompts the user to enter an integer and determines whether it is divisible by 5 and 6, whether it is divisible by 5 or 6, and whether it is divisible by 5 or 6, but not both. If user input == 0, prompt the user and stop the program. Allow the user to choose which operation she will perform. Main Menu: Enter # to run program 1) Is Input divisible by 5 and 6 2) Is Input divisible by 5 or 6 3) Is input divisible by 5 or 6, but not both Enter # to run program: 10 // Users enters 10 Is 10 divisible by 5 and 6? No
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
