vd17accc
Search for a command to run...
Write a function that takes an integer as input and returns true if the number is a prime number, and false otherwise.
true
false
1 <= n
Example 1
7