Search:

Type: Posts; User: SilentPirate007

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    5,791

    I forgot to add, I can only use the standard...

    I forgot to add, I can only use the standard input output library <stdio.h>. sqrt(number) requires <math.h> or at least won't work with stdio.h.

    Since some seem to find it hard to read, could...
  2. Replies
    15
    Views
    5,791

    Prime Numbers

    I'm busy with a code that should determine whether a certain value is a prime number or not. If the number isn't prime, it should determine the smallest divisor of that value. Unfortunately, I'm...
Results 1 to 2 of 2