User: Strekel

  • Public profile

User profile: Strekel

User info
User name:Strekel
History
Joined:
Number of posts:14
Latest posts:

Prime Number Program - Questions
I have tried using your code in a different .cpp to maniuplate things and see how it works. This pro...

Prime Number Program - Questions
[code] #include<iostream> using namespace std; int main() { int num; int i, x; int count; ...

Prime Number Program - Questions
[code] bool isPrime (int num); { bool status; if (num % 2 == 0 ) // Write something here to ...

Prime Number Program - Questions
I am making a program that finds 160 prime numbers after a starting number. How well am I doing so ...

One Hour Left - What is wrong?
Thank you!

This user does not accept Private Messages