23.6k views
5 votes
Using pseudo code, Natural language and flow chart design an algorithm for quadratic formula


1 Answer

3 votes

Answer:

sol 1,2 = (-b +- sqrt(b^2 -4ac))/2a

And rest is as in the image attached. I have added a flow chart.

Step-by-step explanation:

Please check the attachment.

Using pseudo code, Natural language and flow chart design an algorithm for quadratic-example-1
User Adrian Pascu
by
5.8k points