Introduction - If you have any usage issues, please Google them yourself
Between 101-200 to determine the number of prime numbers, and prints out all prime numbers. 1 program analysis: the method to determine the prime numbers: a number were removed from 2 to sqrt (this number), if divisible, it indicates that this number is not a prime number, and vice versa is a prime number.