Question: C++ Write a program that reads two integers x and y, then prints if x is multipler of y, and if y is a multiplier

C++
C++ Write a program that reads two integers x and y, then

Write a program that reads two integers x and y, then prints if x is multipler of y, and if y is a multiplier of x. Sample session 1: KA Microsoft Visual Studio Debug Console Enter a value for x: 8 Enter a value for y: 4 x is a multiplier of y y is not a multiplier of x C:\Users\User\source epos\Project1\Debug\Project1.exe (process 25644) exited with code 0. Press any key to close this window ... Sample session 2: Microsoft Visual Studio Debug Console Enter a value for x: 6 Enter a value for y: 6 x is a multiplier of y y is a multiplier of x C:\Users\User\source epos\Project1\Debug\Project1.exe (process 9468) exited with code o. Press any key to close this window ... Sample session 3: Microsoft Visual Studio Debug Console Enter a value for x: 8 Enter a value for y: 5 x is not a multiplier of y V is not a multiplier of x C:\Users\User\source epos\Project1\Debug\Project1.exe (process 18460) exited with code 0. Press any key to close this window

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!