Guest User

Untitled

a guest
Sep 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #Testing
  2.  
  3. 5 inputs
  4.  
  5. 1. `3 4 5` - Expect: Right angled, scalene
  6. 2. `1 12 11` - Expect Scalene, obtuse
  7. 3. `4 7 100` - Expect: Not a Trianlge
  8. 4. `1 1 2` - Expect Isosceles, right angled
  9. 5. `6 6 6` - Expect Equilateral, acute
  10.  
  11. Output from Program:
  12.  
  13. ```
  14. 3 4 5 Scalene Right angled
  15. 1 12 11 Scalene Obtuse
  16. 4 7 100 NOT A TRIANGLE
  17. 1 1 2 Isosceles Obtuse
  18. 6 6 6 Equilateral Acute
Add Comment
Please, Sign In to add comment