Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 193 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 193 Bytes

12.isPrime

Description

  • A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself.

Example

Input: 121
Output: false