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 )?
1871Problem 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.
2002Problem 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
1949Post New Maxobiz Interview Questions
EXPLAIN WHY YOU CONSIDER YOURSELF SUITED FOR THIS POSITION:
Why are you looking for a change?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What are the essential hooping tools that improve performance? Big data?
Difference between maven scope compile and provided for jar packaging?
What is exception handling in scala?
Do you know the difference between shares and debentures?
WAP to print 1) 1 1 1 1 1 1 1 1 1 1 2) 1 2 3 4 5 6 7 8 9 10
What is shadow dom and virtual dom?
Explain the components of a blockchain ecosystem?
Explain Basic concepts of C language?
Technical Question of Civil Engineering
In how many types you may categorize the bank in india?
Are there viruses on linux?
Is it possible to work without specifying a pick/pack or loading time for a shipping point?