Amazon Interview Question

Create a program to find whether a number is prime.

Interview Answer

Anonymous

Aug 14, 2023

I answered in Python by checking the modulus of the number