Fast Enterprises Interview Question

Write a method that determines whether or not a given number is a prime.

Interview Answer

Anonymous

Dec 17, 2016

Google the code solution. Not very complicated. Modulus.

1