Search:

Type: Posts; User: eurylochus1

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    2,208

    &tabstop Yeah, I noticed that right after I...

    &tabstop

    Yeah, I noticed that right after I posted, kind of embarrassing to make such a simple error.
  2. Replies
    13
    Views
    2,208

    Wow, never mind, *facepalm*, a simple scanf...

    Wow, never mind, *facepalm*, a simple scanf problem.



    #include<stdio.h>

    int main(void)
    {

    int number;
  3. Replies
    13
    Views
    2,208

    Primality Tester

    I'm trying to create a program that will determine whether the input number is a prime number. I've hit a roadblock though. Here's the code.



    #include<stdio.h>

    int main(void)
    {

    int...
Results 1 to 3 of 3