Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

enter enter values for a , b and c . The program will use these values in the function you created part 1 to calculate

enter enter values for a,b and c. The program will use these values in the function you created part 1 to calculate and output the value(s) for x. The program will continue asking for alues for a,b and c until a value of zero is entered for a. You may assume that the user ill always enter correctly formatted float values. An example of the run is given below:
evaluate
MT1.py]
ain()
nter a (0.0 to quit): 1
nter b:2
inter c:3
or 1.00x???2+2.00x+3.00=0.0,x=-1.00+1.41i and -1.00-1.41i
Enter a (0.0 to quit): 1
Enter b:2
Enter c:1
For 1.00x???2+2.00x+1.00=0.0,x=-1.00
Enter a (0.0 to quit): 1
Enter b: 5
Enter c:6
For 1.00???2+5.00x+6.00=0.0,x=-2.00 and -3.00
Enter a (0.0 to quit): 0
image text in transcribed

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

Beginning VB 2008 Databases

Authors: Vidya Vrat Agarwal, James Huddleston

1st Edition

1590599470, 978-1590599471

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago