The program below is the answer to Deitel’s Java How to Program (9th Edition) Chapter 2 Exercise 2.26.

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

1 Comment

Write A Comment