Write an expression that evaluates to true if the value of the integer variable numberOfPrizes is divisible (with no remainder) by the integer variable numberOfParticipants . (Assume that numberOfParticipants is not zero.)

C++

LANGUAGE: C++ CHALLENGE: Write an expression  that evaluates  to true  if the value  of the integer  variable  numberOfPrizes is divisible (with no remainder) by the integer  variable  numberOfParticipants . (Assume  that numberOfParticipants is not zero.)

Read More