fdsgfhgdfhgdf
Chat with our AI personalities
VBnet program to find the prime numbers between 100 to 200?
By learning how to program on C+.
Write a function that implements an algorithm that checks to see if a particular integer is prime (returning a boolean). Write a program that uses that function on each number from 1 to 100, and if true, displays that number.
This would require some computer knowledge. It can make it easier to find out the prime numbers without figuring it out in your head.
Numbers divisible by 1 & number itself are called prime numbers. These numbers also have the property to be odd numbers.