Computer Science, asked by royalqueen9646, 2 months ago

where does the modulous operator can be only applied?​


royalqueen9646: hii

Answers

Answered by MysticalStar07
4

Question:-

where does the modulous operator can be only applied?

Answer:-

Modulus operator can be applied to both integers and floating point numbers.

The modulus operator is useful in a variety of circumstances. It is commonly used to take a randomly generated number and reduce that number to a random number on a smaller range, and it can also quickly tell you if one number is a factor of another.

Similar questions