Computer Science, asked by sumitsaini8016, 6 hours ago

( ( ++j + 5) + j ) % 6 if j=5

Answers

Answered by RedProgrammer
0

Answer:

Answers: 5

Explanation:

if j = 5

=> ((6 + 5) + 6) % 6

=> (11 + 6) % 6

=> 17 % 6

=> 5

Similar questions