User: chupacabras

  • Public profile

User profile: chupacabras

User info
User name:chupacabras
Old user name:jdom6307
History
Joined:
Number of posts:1
Latest posts:

I need to write a program that figures out how many prime numbers exist within an arbitrary, random range of numbers.
#include <iostream> #include <time.h> using namespace std; int main() { srand(time(NULL));...

This user does not accept Private Messages