Answered step by step
Verified Expert Solution
Link Copied!

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
image text in transcribed
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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Neo4j

Authors: Gregory Jordan

1st Edition

1484200225, 9781484200223

Students also viewed these Databases questions