Question: in oython script, plug the input and outputs if possible Show the analysis, specifications, design, implementation and test for the two following problems: Problem 1
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: X=- --b-b2-4ac 2a -b+b - 4ac xy=- 2 a Use cmath library instead of math library, cmath 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
