Question: in Python script form Show the analysis, specifications, design, implementation and test for the two following problems: Problem 1 (12.5 points) Compute the circumference and
Show the analysis, specifications, design, implementation and test for the two following problems: Problem 1 (12.5 points) Compute the circumference and area of a circle with a given radius. Ask the user to enter the radius of a circle and print the circumference and the area. Problem 2 (12.5 points) Write a Python code to solve the quadratic equation ax'+bx+c=0 In general, the equation has two solutions: Xy -b-b - 4ac 2 a -b+b-4ac 2a Xy= Use cmoth library instead of math library, cmoth library deals with complex numbers Your code must prompt for the values of a, b, and c and read them in that order and then print the roots of the equation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
