User profile: Squidy

User info
User name:Squidy
History
Joined:
Number of posts:4
Latest posts:

Finding Number of Integers Divisible by Divisor Between Two Bounds
I submitted the assignment (using the final equation I posted), and the functionality portion of the...

Finding Number of Integers Divisible by Divisor Between Two Bounds
shadowCODE, check out the second formula I provided: numberOfDivisibleIntegers = (upperBound / divi...

Finding Number of Integers Divisible by Divisor Between Two Bounds
anup30: That was actually very helpful, however I'm not allowed to use 'if' statements, either... [...

Finding Number of Integers Divisible by Divisor Between Two Bounds
For an assignment, I need to write code that takes 3 inputs: a lower bound, an upper bound, and a di...