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 )?
1901Problem 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.
2029Problem 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
1965Post New Maxobiz Interview Questions
Role of Bhartiya Mahila Bank in women upliftment?
Explain the laying procedure and laying depth of submarine/subsea power cable for 220/400KV system? Also available cable diameter?
What does wsn stand for in internet of things concept?
Explain differentiate between release and pool drain?
What is the name of transformers oil filteration equipment?
What is immutable in java?
What is cursor explain with example?
What are the important tasks of common oracle dba?
What is difference between count or sizeof function in php?
What are MHC molecules?
You have accumulated project information throughout the project and need to distribute some important information you just received. All of the following are part of information distribution methods except; A. Electronic mail B. Videoconferencing C. Electronic databases D. Voice mail
What are tokens in cassandra?
How to assigning a new character in a string using php?
How do I change the default print settings in word 2010?
what is the three phase induction motor? what is difference between motor used in household instruments and induction motor?