资 源 简 介
A program reads three numbers. The three numbers represent the lengths of the sides of a triangle. The program prints a message that states whether the triangle is scalene, isosceles, or equilateral, and whether it is a right triangle as well.
Please refer to trianglecommandline project for source code and unit tests.