Question: in python Calculate the two solutions of a equation: ax2+bx+c=0. To do this, you need to ask the user to enter the three values a,
in python
Calculate the two solutions of a equation: ax2+bx+c=0. To do this, you need to ask the user to enter the three values a, b and c. Then calculate the value of Delta and print it. Once done, calculate the values of x1 and x2. As we haven't covered the conditions yet, do not check if Delta is equal to 0 . Always calculate both solutions and print them. The following is a sample output of the script: After you finish this part, write code that confirms that your solutions are correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
