Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.
No Answer is Posted For this Question
Be the First to Post Answer
What do the header files usually contains?
program explaining feautures of c++
How can you quickly find the number of elements stored in a static array?
Is there a datatype string in c++?How is the memory allocation?
What is the precedence when there is a global variable and a local variable in the program with the same name?
Describe public access specifiers?
What are the benefits of oop in c++?
Hi i need to Acess a variable "int Intval" in the below mentioned code .How to Access it guys i am waiting for your reply
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is the function to call to turn an ascii string into a long?
implement stack using stack.h headerfile functions
1 Answers Exilant, GMG, Subex, University,
What is rtti in c++?