Hey, I've got an assignment from my computer teacher in school.
I've got to make a program that displays the prime numbers in a range and also display the number of prime numbers that are present.
And i'm only supposed to use the basic header files.....that means the program should start of something like this -:
#include<iostream.h>
#include<conio.h>
#include<math.h> \\if needed
int main()
{
so can anyone please help me do this..............thank you!