A prime number is a number which can only be divisible by 1 and itself.
to determine if it is prime on paper, I will try to divide it by different numbers, starting from 1, then 2 and so on<<I think my method can only be used to determine a small prime number @@