Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method accepts 3 integer values a, b, c #5

Open
loundness opened this issue Aug 20, 2018 · 0 comments
Open

Method accepts 3 integer values a, b, c #5

loundness opened this issue Aug 20, 2018 · 0 comments

Comments

@loundness
Copy link

loundness commented Aug 20, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant