Write an expression that evaluates to true if the value of the integer variable widthOfBox is not divisible (with no remainder) by the integer variable widthOfBook . Assume that widthOfBook is not zero.
2006-09-01
12:40:58
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
is there any way doing this without using the if command?
2006-09-01
12:54:40 ·
update #1
one other thing that made me confused is how can a number can't be divided if it has a remainder of 0? All number which can be divided has a remainder of 0?
2006-09-01
13:01:39 ·
update #2