Search:

Type: Posts; User: jonny0503

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,667

    #include int main( void ) { ...

    #include <stdio.h>

    int main( void )
    {
    int num1;
    int num2;
    int num3;
    int num4;

    scanf ("%1d", &num1);
  2. Replies
    3
    Views
    1,667

    Basic C programming help

    I cannot seem to figure out why this will not work!?

    http://i.imgur.com/PuYO8.png

    That is the code as you can see everything is ok and all should be working fine.
    ...
Results 1 to 2 of 2