I'm working on a program where I need to check if a number is a multiple of 5.
For my approach, I made a method that converts the int number to an array of digits and is supposed to compare the...