File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Sprint-3/1-implement-and-rewrite-tests/implement Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,7 @@ assertEquals(right, "Right angle");
4242* End of original file
4343*/
4444
45- // Implement a function getAngleType
46- //
47- // When given an angle in degrees, it should return a string indicating the type of angle:
48- // - "Acute angle" for angles greater than 0° and less than 90°
49- // - "Right angle" for exactly 90°
50- // - "Obtuse angle" for angles greater than 90° and less than 180°
51- // - "Straight angle" for exactly 180°
52- // - "Reflex angle" for angles greater than 180° and less than 360°
53- // - "Invalid angle" for angles outside the valid range.
45+ // Implementation a function getAngleType
5446
5547// Assumption: The parameter is a valid number. (You do not need to handle non-numeric inputs.)
5648
You can’t perform that action at this time.
0 commit comments