Write the algorithm and flowchart to calculate the quadratic equation
Answers
Answered by
0
Answer:
Step Form Algorithm:
Declare the required variables. Indicate the user to enter the coefficients of the quadratic equation by displaying suitable sentences using printf() function. Wait using the scanf() function for the user to enter the input. Calculate the roots of quadratic equation using the proper formulae.
Attachments:
Similar questions