Computer Science, asked by lianchris26, 2 days ago

What are 5 postive numbers that are congruent with 5 modulo 13 ?

Answers

Answered by kajalshrivastava0854
0

Answer:

The modulo operation (abbreviated “mod”, or “%” in many programming languages) is the remainder when dividing. For example, “5 mod 3 = 2” which means 2 is the remainder when you divide 5 by 3.

Similar questions