Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
2035Problem 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.
2106Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
2043Post New Maxobiz Interview Questions
Protactinium-233 is used in the thorium fuel cycle. Explain how this cycle operates and its potential benefits in nuclear energy production.
What is cache-coherency?
Do you know what is laravel framework?
what happens if null values are involved in expressions? : Sql dba
What is local function?
Is tmb bank keeping up with the technology up gradation in recent times?
How use Xml data in ASP.net?
Mention the applications of electron microscope. : quantum physics
How do I change the color of visual studio?
What are sorting algorithms used for?
What is the contacts definition and function....?
Hi, Can any1 pl send me the question pattern of HPCL exam for the ELECTRONICS stream.pl send it to meerasowmi@gmail.com.hope to hear frm u very soon....
(In MEP services) HVAC in AC Plant room what else can we provide if the chiller is not considered?
What is data structure in c and its types?
Explain the data type of the surrogate key?