Atos-Syntel Interview Question

Create a function that returns true if a number is prime and false if it is not.

Interview Answer

Anonymous

Sep 14, 2016

I talked through the function and told the interviewer how I would use a loop and module and so on.