16 Temmuz 2014 Çarşamba

Triangle Calculator with Multiple Functions

The C++ program that calculate the hypotenuse, the area and the perimeter of a right triangle. Actually, I wrote this code few months ago but totally forgot to post it here. Luckily it came across to me while checking the other cpp files. I've fixed some major problems inside the code, and changed something unclear. Plus, I added a do-while loop for continuity. It doesn't look very bad now.