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.
This program is stupid. It forces the computer to think in the way humans think, which is essentially inefficient for a machine to do.
NOT TO MENTION it is a redundant program. You're writing a program to figure out whether a goddamn number is dividible by 7 (%7 == 0), and you went through a bunch of unnecessary operations to eventually use the condition %7 == 0 ? again. How dumb is that?