Hello,
For this assignment im confused by the following:
“Finally, it should return the third number printed mod a
.”
I understand its a % sign but I have no idea what it’s supposed to do
Welcome to the forum
Please see this topic:
How to ask good questions (and get good answers)
i would really appreciate the exercise url, so i can read the instructions and better understand what you are struggling with, thank you
I suspect that’s the topic title…
1 Like
literally what it says:
we have a variable named third
and a variable named a
, so we should do:
third % a
and return the result of that calculation.