You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a method that accepts 3 integer values a, b, c. The method should return true if a triangle can be built with the sides of given length and false in any other case.
(In this case, all triangles must have surface greater than 0 to be accepted).
. LE MOT DE LA FIN cet exercice est proposé sur http://www.codewars.com/kata/is-this-a-triangle
Pour rappel, l'exercice peut être fait dans le langage de votre choix, et vous pouvez proposer et discuter ici des solutions.
Bon exo à tous
The text was updated successfully, but these errors were encountered:
SOURCE
http://www.codewars.com/kata/is-this-a-triangle
L'EXERCICE
Implement a method that accepts 3 integer values a, b, c. The method should return true if a triangle can be built with the sides of given length and false in any other case.
(In this case, all triangles must have surface greater than 0 to be accepted).
.
LE MOT DE LA FIN
cet exercice est proposé sur http://www.codewars.com/kata/is-this-a-triangle
Pour rappel, l'exercice peut être fait dans le langage de votre choix, et vous pouvez proposer et discuter ici des solutions.
Bon exo à tous
The text was updated successfully, but these errors were encountered: