Question: Write in C++ Use an If else statement in C++ Prompt the user for a positive integer greater than 3. If the integer is divisible
Write in C++

Use an If else statement in C++ Prompt the user for a positive integer greater than 3. If the integer is divisible by 2 print The integer you entered is divisible by 2. If the integer is divisible by 3 print The integer you entered is divisible by 3. If the integer is divisible by 2 and 3, print The integer you entered is divisible by 2 and 3. If the integer is not divisible by 2 or 3 print The integer you entered is NOT divisible by 2 or 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
