Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Don't know if it helpful enought and "legal" to post here, but as I can see this video outlines the way of solution to be think ("second" part of the video espetially). I may be wrong or missleading (or even spoiler), if so please moderate or delete my comment
https://www.youtube.com/watch?v=oBt53YbR9Kk
Did same solution as you just added the conditon to be sure but nice and neat in your case
n % x == 0 && n % y == 0 ? true : false;
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution