Search:

Type: Posts; User: Mr.777

Search: Search took 0.20 seconds.

  1. Re: Checking if number is in between two other numbers?

    I think OP means without using < or > operators. Did i misunderstand?
  2. Re: Checking if number is in between two other numbers?

    Let's say;


    int a=5;
    int b=4;

    What will


    int c=a/b;
Results 1 to 2 of 2