Computer Science, asked by hazarirakhee, 1 month ago

What is the function of the ‘%’ operator? *

It formats a value into a specified format.

It converts a specified value into a floating point number.

The % operator returns the remainder of a division.

It converts the specified value into a string.​

Answers

Answered by aleph1
2

Answer:

The % operator is called the modulus operator and It returns the remainder of a division. The returned value is in the form of an integer

Similar questions