Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return false.
among a,b,c., specify the hypotenuse.
that's the tricky part here ;) Check all combinations - too bad 'combvec' doesnt work here
Passes for True, but Failing when I get to false test?? Not sure at the moment what I could be missing.
1879 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1063 Solvers
Determine Whether an array is empty
561 Solvers
424 Solvers
443 Solvers