Search:

Type: Posts; User: filanfistan

Search: Search took 0.00 seconds.

  1. Yeah, of course the solution is based on...

    Yeah, of course the solution is based on combinations and permutations; but the difficulty is already here: How can you permutate or combine both numbers and mathematical operators (+,-,*,/) ? At...
  2. Yes, exactly so.

    Yes, exactly so.
  3. Yes, exactly. But then, one must be able to see...

    Yes, exactly. But then, one must be able to see the solution on the screen (output).
  4. how to write a C code that evaluates 7, 7, 7, 1 = 100

    Hello. Can anybody help me with writing a C code that evaluates 100, using 7, 7, 7, 1 and usingthe four basic arithmetic operations: +, -, *, /.

    I found the answer long before; it is (7 + 7) * (7...
Results 1 to 4 of 4