Given the file triangle.h
, write the implementation for the Triangle
class inside triangle.cpp
.
./triangle
# Triangle
# Sides: 37.7156, 31.4852, 25.288
# Perimeter: 94.4888
# Area: 394.677
# Equilateral: 0
# Isosceles: 0
# Scalene: 1
# Test passed
# ...
This is the command to set up the grader in RamDesk.
./triangle
Make sure to enble the task "Make" with location "Root".