Generate a five digit random number, convert to string, replace the right most digit with 5 (or 0), parse the string back to an int. No need to check as anything ending in 5 or 0 is divible by 5.
U
User 7955466
@User 7955466
Generate a five digit random number, convert to string, replace the right most digit with 5 (or 0), parse the string back to an int. No need to check as anything ending in 5 or 0 is divible by 5.