Check Prime Number
Description
Given an integer N, check whether it is a prime number or not. A prime number is a number strictly greater than 1 that has exactly two divisors: 1 and itself.
Input Format
Output Format
true if the number is prime, else false.