jordannstrong / TriangleCalculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Triangle Calculator

Triangle Calculator is a simple application that, given the length of three lines, calculates if those lines can make a valid triangle.

Input

Triangle Calculator acccepts numbers and the decimal character as input, and can handle decimal numbers.

Output

After inputting the side lengths, the output string will automatically change to reflect the type and validity of the given triangle.

Installation

The binary can be downloaded and run as a standalone application from the releases page.

Triangle Calculator was written in C#/WPF in Visual Studio 2019, using the MVVM model.

About


Languages

Language:C# 100.0%