Comment on Solving Fizz Buzz with CosinesparentComments−theendisney9moIf we are going to be like that we should just increment a var by 3,5 or 7 and compare it rather than %3 as the later seems expensive.
Comments
If we are going to be like that we should just increment a var by 3,5 or 7 and compare it rather than %3 as the later seems expensive.