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 )?
1958Problem 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.
2061Problem 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
1996Post New Maxobiz Interview Questions
Explain about the different types of join in Hive?
How do you differentiate yourself from your peers? : insurance sales
what is the abrevation for JJ in form jj
How to add a new column to an existing table in mysql?
Explain in which directory hadoop is installed?
What is the formula for calculating days in excel?
How do you delete duplicate records from internal table?
Tell me how to disable wordpress comment?
How to hide the base class functionality in Inheritance?
What is masking?
What is reverse ip lookup?
What is the procedure of anti-viral test ?
Explain me what are the main advantages of selenium?
What are shares?
Which of the following is a keyboard shortcut to open a new workbook?