Question: Hello, I'm trying to write this in VNC Viewer in Python, can you help me by showing a screenshot of the code on your screen?


Hello, I'm trying to write this in VNC Viewer in Python, can you help me by showing a screenshot of the code on your screen?
Summary of Quadratic Equation Activity Main Pangram prompt and read input for coefficient a prompt and read input for coefficient b prompt and read input for coefficient Ifa is zero If bis zero display error message (degenerate equation) o otherwise solve linear equation (call solve_linear and send b,c) otherwise solve quadratic equation (call solve_quad and send a,b,c) solve_linear . calculate x-c/b Hints you may need to use a cast to handle integer division print solvequad . if b'- 4acco salve for 2 complex solutions (call solve_complex and send a,b,c) otherwise solve for 2 real solutions (call solvc_real and send ab.c) salve real calculate x1 Hint: x1 = (-b+sqrt(bb-4ac2a cakulate x2 .print x1 and 2 solve complex calculate real part of solution Hint: x_real = -b/20 calculate imaginary part of solution Hint: x_imag= sqrt(b-4ac2a print the real part and imaginary parts separated by a plus sign and followed by the letter i Hint printf"%f+fin", xreal. x_imag). print the real part and imaginary parts separated by a minus sign and followed by the letter i . Summary of Quadratic Equation Activity Main Pangram prompt and read input for coefficient a prompt and read input for coefficient b prompt and read input for coefficient Ifa is zero If bis zero display error message (degenerate equation) o otherwise solve linear equation (call solve_linear and send b,c) otherwise solve quadratic equation (call solve_quad and send a,b,c) solve_linear . calculate x-c/b Hints you may need to use a cast to handle integer division print solvequad . if b'- 4acco salve for 2 complex solutions (call solve_complex and send a,b,c) otherwise solve for 2 real solutions (call solvc_real and send ab.c) salve real calculate x1 Hint: x1 = (-b+sqrt(bb-4ac2a cakulate x2 .print x1 and 2 solve complex calculate real part of solution Hint: x_real = -b/20 calculate imaginary part of solution Hint: x_imag= sqrt(b-4ac2a print the real part and imaginary parts separated by a plus sign and followed by the letter i Hint printf"%f+fin", xreal. x_imag). print the real part and imaginary parts separated by a minus sign and followed by the letter
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
