Q1:
Write an expression that evaluates to true if the value of the integer variable numberOfPrizes is divisible (with no remainder) by the integer variable numberOfPartici pants . (Assume that numberOfPartici pants is not zero.)
Q2:
Write an expression that evaluates to true if the value of the integer variable widthOfBox is not divisible (with a remainder) by the integer variable widthOfBook . (Assume that widthOfBook is not zero.)
Thanks pals.
Write an expression that evaluates to true if the value of the integer variable numberOfPrizes is divisible (with no remainder) by the integer variable numberOfPartici pants . (Assume that numberOfPartici pants is not zero.)
Q2:
Write an expression that evaluates to true if the value of the integer variable widthOfBox is not divisible (with a remainder) by the integer variable widthOfBook . (Assume that widthOfBook is not zero.)
Thanks pals.
Comment