Given 3 Int
s return their sum.
However, if one of the values is 13 then it does not count towards the sum and values to its right do not count.
So for example, if the second Int
is 13, then both it and the third Int
do not count.
Stuck? You may find these lessons helpful: