Working
INSTRUCTIONS
CHALLENGES (0/1)
DISCUSSIONS
Find remainder
Easy
34
5
10.1% Acceptance
Task
Create a function
find(int a)
. Where a>0.
Return the remainder when
a
is divided by 3.
Note -
Function will be public.
You can do this :)