0
Create a program in C++ that can;
Find the are of a triangle
3 odpowiedzi
+ 5
Stella ,
seems that you are asking for a code. before we can help you, plaese post your try for this code that you already have done.
if you are looking for a formula how to calculate the area of a triangle, we need to know what information / values you have about the triangle.
+ 1
Ok let me try first
0
You can check out this Ruby code to get some idea about the equivalent C++ code.
https://sololearn.com/compiler-playground/cMjR2TXd3ucP/?ref=app
However, this code does not accept different units followed by unit conversion. That could also be added though.
Hope it helps.