Question: Write a C+ program that prompts the user to enter two numbers, then prints a value of true if the first number evenly divides the
Write a C+ program that prompts the user to enter two numbers, then prints a value of true if the first number evenly divides the second number; otherwise print false. Use cin and cout. Example two sample input and outputs: Input two integers: 3 4 First number completely divides second number: false Input two integers: 3 6 First number completely divides second number: true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
