Question:Prime numbers less than `100`
Answer 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97. Test : Let p be a given number. Find a whole number nearly greater than the square root of p. Let `k > sqrt p` . Test whether p is divisible by any prime number less than k. If yes, then p is not prime. Otherwise, p is prime.
+ Report
Prime numbers less than `100`