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.
No. This code can never throw a DividedByZeroException. If bullets is 0, then it'd be 0/2, which is a perfectly valid operation.
no. it's over the / not under :)
nah you'r right @VecZz that would throw a DividedByZeroException.
Only thing is if bullets were equal to 0 you may get an error, I could be wrong tho
Good one