0
257kviews
Draw the flowchart for finding the roots of quadratic equation. Write the program for same.
1 Answer
4
9.9kviews

Step Form Algorithm:

  • Start.
  • 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.
  • Display the …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.