Skip to content

Instantly share code, notes, and snippets.

@homelinen
Created March 28, 2012 20:00
Show Gist options
  • Save homelinen/2230012 to your computer and use it in GitHub Desktop.
Save homelinen/2230012 to your computer and use it in GitHub Desktop.
Test file for some coursework

#Testing

5 inputs

  1. 3 4 5 - Expect: Right angled, scalene
  2. 1 12 11 - Expect Scalene, obtuse
  3. 4 7 100 - Expect: Not a Trianlge
  4. 1 1 2 - Expect Isosceles, right angled
  5. 6 6 6 - Expect Equilateral, acute

Output from Program:

3 4 5 Scalene Right angled
1 12 11 Scalene Obtuse
4 7 100 NOT A TRIANGLE 
1 1 2 Isosceles Obtuse
6 6 6 Equilateral Acute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment