Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 (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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started