Computer Science, asked by dixaf74056, 3 months ago

The % sign in java is used to express parts out of 100. true or false


atrs7391: wait everyone gave wrong info, it's actually a modulo operator in Java that means it will return the remainder for example int a = 13%2; then a = 1 as when you divide 13 by 2 the remainder is 1.
atrs7391: so the answer is: False, The % sign in java is a modulo operator
dixaf74056: thank u too much
dixaf74056: *thank u so much
atrs7391: welcome btw I am just surprised that you made brainliest to the one who gave wrong answer....
dixaf74056: I didn't know what the correct answer was

Answers

Answered by swarupashinde55
4

Answer:

True

Percentage sign is use to express part out of 100

Answered by manudev91
1

Answer:

True

Please mark as brainliest

Similar questions