Question: Write a program that reads in two integers and determines and prints whether the first is a multiple of the second. [Hint: Use the remainder operator.]

Click here to see other solutions to Deitel C How To Program exercises.

Write A Comment