Search:

Type: Posts; User: laserlight

Search: Search took 0.36 seconds.

  1. Replies
    7
    Views
    6,330

    I suggest that you try: #include ...

    I suggest that you try:

    #include <stdio.h>

    int main(void)
    {
    int x = 0, y = 0;
    printf("Enter two numbers: ");
    scanf("%d %d", &x, &y);
    if (x != y)
  2. Replies
    7
    Views
    6,330

    Sorry, but I cannot duplicate your problem. Input...

    Sorry, but I cannot duplicate your problem. Input of 5 50 gives the expected result that 50 is bigger.

    EDIT:
    Just a moment, did you actually enter 5,50 rather than 5 50?
Results 1 to 2 of 2