User profile: boyer420z

User info
User name:boyer420z
History
Joined:
Number of posts:3
Latest posts:

Calculating primes between 1 and 1000
It's amazing to me the value of education today; or may I say the level of courtesy one shares from ...

Calculating primes between 1 and 1000
[b]Hello, I'm working on a class assignment. This function calculates numbers between 1 and 1000 for...

File I/O and While Statement
Something like this: [code]while (num <= 50 && num >=0) { if (num % 2 == 0) ev...