/*the program to print prime no from 1 to 300*/
#include<stdio.h>
#include<conio.h>
void main()
{
int i,j;
clrscr();
printf("The prime numbers from 1 to 300 are\n");
for(j=2;j<=300;j++)
{
for(i=2;i<=j/2;i++)
if(j%i==0)
break;
if(i>j/2)
{
printf("%d ",j);
}
}
}
VBnet program to find the prime numbers between 100 to 200?
Since there is an infinite set of prime numbers the answer would be infinity.
This would require some computer knowledge. It can make it easier to find out the prime numbers without figuring it out in your head.
write an assembly language program to find sum of N numbers
program to find maximum of two numbers using pointers
Write your own prime number program and find out.
program to find prime number in 8085 microprocessor
k
Just go to a table of prime numbers, find the prime numbers, and add them.Just go to a table of prime numbers, find the prime numbers, and add them.Just go to a table of prime numbers, find the prime numbers, and add them.Just go to a table of prime numbers, find the prime numbers, and add them.
Prime numbers are used to find the LCM of numbers Prime numbers are used to find the HCF of numbers Prime numbers are used to simplify fractions Prime numbers are used to find the LCD of fractions
Yes, do write, or if you're too lazy to your homework, use google.
The prime factorization of 9 is 32 You need at least two numbers to find a GCF.