0

Create a program in C++ that can;

Find the are of a triangle

2nd Jul 2025, 8:06 PM
Stella
Stella - avatar
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.
2nd Jul 2025, 8:22 PM
Lothar
Lothar - avatar
+ 1
Ok let me try first
2nd Jul 2025, 8:24 PM
Stella
Stella - avatar
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.
4th Jul 2025, 11:01 AM
Ushasi Bhattacharya