rage / programming-24

45 stars 28 forks source link

Incomplete/incorrect definition of quadratic equation #54

Open krishnakumarg1984 opened 2 months ago

krishnakumarg1984 commented 2 months ago

In the conditional statements lesson in part 1, we have the following sentence:

Please write a program for solving a quadratic equation of the form ax²+bx+c.

This is only a quadratic expression, and not a quadratic equation. The quadratic equation will be ax²+bx+c = 0.