Solve this. I need a *bit* of help here...
Attachments:
Answers
Answered by
0
Heyy!
I can tell you that the 'mod' gives the remainder when the numbers are divided (well thats the case with python, ps I'm not aware of other programming languages)
So for example:
Input=2
N=2
2//2=0
Output is 'It is an even number'
Similar questions