User: jgkhawks

  • Public profile

User profile: jgkhawks

User info
User name:jgkhawks
History
Joined:
Number of posts:7
Latest posts:

How to determine primes in part of a program
Also i have only 45 minutes or so (yes i know thats my fault), so a quick response would be apprecia...

How to determine primes in part of a program
This is my updated code [code] #include <stdio.h> int main(void) { int pass=0; int Pdig1=0...

How to determine primes in part of a program
Ok thanks that makes much more sense, I got the last two parts. Back to the first though, should i m...

How to determine primes in part of a program
1. Will changing while(pass) to while(pass>0) fix that issue 2. And shouldn't Pdig8 be where num7 i...

How to determine primes in part of a program
Figuring out a method to test the primality of the last three digits of an inputted number

This user does not accept Private Messages