Respuesta :
Prime numbers are those numbers which are divisible by only 1 and itself but not by any other number.
Question says to find the prime numbers between 1 to 100. So we just have to make a list of numbers between 1 and 100 which are divisible by only 1 and itself but not by any other number.
So the final answer list is :
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
2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89 and97....