Question: Write a c++ program that reads two integers numbers and determines and prints wheather the sum of both numbers is a multiple( ) of the


Write a c++ program that reads two integers numbers and determines and prints wheather the sum of both numbers is a multiple( ) of the first number and the second number or .not : for example if the user inputs 5 and 3, the sum of both numbers is 8 the output is : the sum is not a multiple of (the first and second) the second number or .not : for example if the user inputs 5 and 3, the sum of both numbers is 8 the output is : the sum is not a multiple of (the first and second) .numbers if the user inputs 2 and 4, the sum of both numbers is 6 the output is: the sum is a multiple of (the first number but not a multiple of the second ..number .ets
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
