What are all the possible values that can be returned based on the following statements using the modulus operator ?
a) intValue % 2
b) intValue % 3
c) intValue % 100
What are all the possible values that can be returned based on the following statemen
|