Prime Number Check
EasyArrayStringMATHPrimes
### Description
Write a function that takes an integer as input and returns true if the number is a prime number, and false otherwise.
### Constraints
1 <= n <= 10^6
### Example
Input: 7
Output: true
Examples
Example 1
Input: 7
Output: true