Question: can anyone help me using visual studio C++ Write a function multiple that determines for a pair of integers whether the second is a multiple

can anyone help me using visual studio C++
Write a function multiple that determines for a pair of integers whether the second is a multiple of the first. The function should take two integer arguments and return true if the second is a multiple of the first, false otherwise. Use this function in a program that inputs a pair of integers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
